Skip to content

Commit 8649070

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-9292519
1 parent 91bbe26 commit 8649070

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

package-lock.json

Lines changed: 21 additions & 15 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
@@ -60,7 +60,7 @@
6060
"typescript": "^4.8.3"
6161
},
6262
"dependencies": {
63-
"axios": "^1.1.3"
63+
"axios": "^1.8.2"
6464
},
6565
"engines": {
6666
"npm": ">=5.5.0",

0 commit comments

Comments
 (0)