Skip to content

Commit

Permalink
fix: backend/package.json & backend/yarn.lock 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-WS-7266574
  • Loading branch information
snyk-bot committed Jun 17, 2024
1 parent 544c198 commit dfff134
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 385 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typechain:build": "yarn run typechain --target ethers-v5 --out-dir typechain abi/*.json abi/**/*.json"
},
"dependencies": {
"ethers": "5.5.4",
"ethers": "6.0.0",
"jsonwebtoken": "^8.5.1",
"node-fetch": "2.6.7",
"typechain": "^7.0.0"
Expand Down
Loading

0 comments on commit dfff134

Please sign in to comment.