Skip to content

Commit

Permalink
fix: packages/kvstore/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
  • Loading branch information
snyk-bot committed Aug 15, 2024
1 parent 9eea3f7 commit 577b151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kvstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-base-client": "1.54.6",
"axios": "^1.4.0",
"axios": "^1.7.4",
"fs-extra": "^10.0.0",
"lodash": "^4.17.19",
"node-fetch": "^2.6.0"
Expand Down

0 comments on commit 577b151

Please sign in to comment.