Skip to content

Commit cb491a6

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 6621e3b commit cb491a6

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package-lock.json

Lines changed: 12 additions & 7 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
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@contentstack/utils": "^1.8.0",
5757
"assert": "^2.1.0",
58-
"axios": "^1.13.6",
58+
"axios": "^1.15.0",
5959
"buffer": "^6.0.3",
6060
"form-data": "^4.0.5",
6161
"husky": "^9.1.7",

0 commit comments

Comments
 (0)