Skip to content

Commit 5e4b5ed

Browse files
committed
Fixes a high vulnerability.
Also updates the docker base image in the test app.
1 parent 491e33c commit 5e4b5ed

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"runtime": "node",
158158
"configurationAttributes": {
159159
"launch": {
160-
"required": [],
160+
"required": [ ],
161161
"properties": {
162162
"path": {
163163
"type": "string",
@@ -248,7 +248,7 @@
248248
}
249249
}
250250
],
251-
"variables": {}
251+
"variables": { }
252252
},
253253
{
254254
"type": "xquery-ml",
@@ -649,6 +649,7 @@
649649
"fast-xml-parser": "4.4.1",
650650
"marklogic": "3.3.1",
651651
"merge-options": "3.0.4",
652+
"path-to-regexp": "6.3.0",
652653
"ts-loader": "9.5.1",
653654
"vscode-languageclient": "7.0.0",
654655
"xml2js": "0.6.2"

test-app/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: mlxprs
44
services:
55

66
marklogic:
7-
image: "marklogicdb/marklogic-db:11.1.0-centos-1.1.0"
7+
image: "progressofficial/marklogic-db:latest"
88
platform: linux/amd64
99
environment:
1010
- INSTALL_CONVERTERS=true

0 commit comments

Comments
 (0)