Skip to content

Commit b1ff30f

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-6032459
1 parent b9b8642 commit b1ff30f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -49,7 +49,7 @@
4949
"author": "Contentstack",
5050
"license": "MIT",
5151
"dependencies": {
52-
"axios": "^1.5.1",
52+
"axios": "^1.6.0",
5353
"form-data": "^3.0.1",
5454
"lodash": "^4.17.21",
5555
"qs": "^6.11.2"

0 commit comments

Comments
 (0)