Skip to content

Commit

Permalink
Merge pull request #286 from BillFarber/task/fixCVE
Browse files Browse the repository at this point in the history
Fixes a high vulnerability.
  • Loading branch information
BillFarber authored Oct 21, 2024
2 parents 491e33c + 5e4b5ed commit 312f9ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"runtime": "node",
"configurationAttributes": {
"launch": {
"required": [],
"required": [ ],
"properties": {
"path": {
"type": "string",
Expand Down Expand Up @@ -248,7 +248,7 @@
}
}
],
"variables": {}
"variables": { }
},
{
"type": "xquery-ml",
Expand Down Expand Up @@ -649,6 +649,7 @@
"fast-xml-parser": "4.4.1",
"marklogic": "3.3.1",
"merge-options": "3.0.4",
"path-to-regexp": "6.3.0",
"ts-loader": "9.5.1",
"vscode-languageclient": "7.0.0",
"xml2js": "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion test-app/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: mlxprs
services:

marklogic:
image: "marklogicdb/marklogic-db:11.1.0-centos-1.1.0"
image: "progressofficial/marklogic-db:latest"
platform: linux/amd64
environment:
- INSTALL_CONVERTERS=true
Expand Down

0 comments on commit 312f9ac

Please sign in to comment.