Skip to content

Commit a9a4a3a

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-6671926
1 parent bee29b4 commit a9a4a3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -36,7 +36,7 @@
3636
"@contentstack/core": "^1.1.3",
3737
"@contentstack/utils": "^1.3.14",
3838
"@types/humps": "^2.0.6",
39-
"axios": "^1.7.7",
39+
"axios": "^1.7.8",
4040
"dotenv": "^16.4.5",
4141
"humps": "^2.0.1",
4242
"path-browserify": "^1.0.1"

0 commit comments

Comments
 (0)