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 Jul 31, 2024
1 parent c03148c commit 9dd92de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 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 @@ -31,7 +31,7 @@
"serverless-domain-manager": "^6.1.0"
},
"dependencies": {
"fast-xml-parser": "^4.2.5",
"fast-xml-parser": "^4.4.1",
"lodash.pick": "^4.4.0"
},
"jest": {
Expand Down

0 comments on commit 9dd92de

Please sign in to comment.