Skip to content

Commit 7876fdc

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent 6db4f3a commit 7876fdc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@aws-sdk/client-secrets-manager": "^3.529.0",
3232
"@dvsa/mes-microservice-common": "1.1.12",
33-
"axios": "^1.7.9",
33+
"axios": "^1.8.2",
3434
"bottleneck": "^2.19.5",
3535
"handlebars": "^4.7.8",
3636
"inversify": "6.0.2",

0 commit comments

Comments
 (0)