Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-7573289
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 6b61e8f commit 2b4c1bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.588.0",
"@azure/storage-blob": "^12.18.0",
"@google-cloud/storage": "^7.11.1",
"@google-cloud/storage": "^7.12.1",
"@redis/client": "^1.5.16",
"express": "^4.19.2",
"express-pino-logger": "^7.0.0",
Expand Down

0 comments on commit 2b4c1bc

Please sign in to comment.