Skip to content

Commit 1f7c71c

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 db30778 commit 1f7c71c

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

package-lock.json

Lines changed: 29 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
@@ -56,7 +56,7 @@
5656
"react-test-renderer": "^16.13.1"
5757
},
5858
"dependencies": {
59-
"axios": "^0.21.1",
59+
"axios": "^1.7.8",
6060
"lodash.isequal": "^4.5.0"
6161
}
6262
}

0 commit comments

Comments
 (0)