Skip to content

Commit 2e26087

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-15252993
1 parent de402c7 commit 2e26087

File tree

2 files changed

+79
-24
lines changed

2 files changed

+79
-24
lines changed

package-lock.json

Lines changed: 78 additions & 23 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
@@ -21,7 +21,7 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"ajv": "^8.11.0",
24-
"axios": "^1.8.3",
24+
"axios": "^1.13.5",
2525
"busboy": "^1.5.0",
2626
"express": "^4.21.2",
2727
"form-data": "^4.0.0",

0 commit comments

Comments
 (0)