Skip to content

Commit 87df3a1

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-15965856 - https://snyk.io/vuln/SNYK-JS-AXIOS-15969258
1 parent d4ef9ca commit 87df3a1

2 files changed

Lines changed: 37 additions & 32 deletions

File tree

package-lock.json

Lines changed: 36 additions & 31 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
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@dvsa/mes-microservice-common": "1.2.4",
31-
"axios": "1.12.0",
31+
"axios": "1.15.0",
3232
"bottleneck": "^2.19.5",
3333
"inversify": "^6.0.2",
3434
"lodash": "^4.17.23",

0 commit comments

Comments
 (0)