Skip to content

Commit 71d999e

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 3a00e71 commit 71d999e

File tree

2 files changed

+18
-28
lines changed

2 files changed

+18
-28
lines changed

package-lock.json

Lines changed: 17 additions & 27 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
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@contentstack/utils": "^1.6.3",
5656
"assert": "^2.1.0",
57-
"axios": "^1.12.2",
57+
"axios": "^1.13.5",
5858
"buffer": "^6.0.3",
5959
"form-data": "^4.0.5",
6060
"husky": "^9.1.7",

0 commit comments

Comments
 (0)