Skip to content

Commit 728794f

Browse files
fix: package.json & package-lock.json to reduce vulnerabilities (#401)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 Co-authored-by: snyk-bot <[email protected]>
1 parent 44694d5 commit 728794f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -70,7 +70,7 @@
7070
"test": "mocha test/**/*Spec.js"
7171
},
7272
"dependencies": {
73-
"axios": "~1.7.7",
73+
"axios": "~1.7.8",
7474
"debug": "^3.1.0",
7575
"lodash": "^4.17.21"
7676
},

0 commit comments

Comments
 (0)