Skip to content

Commit

Permalink
fix: examples/ethers-signer/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-WS-7266574
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent 9eea3f7 commit e152624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ethers-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.6",
"dotenv": "^8.2.0",
"ethers": "^5.7.2"
"ethers": "^6.0.0"
}
}

0 comments on commit e152624

Please sign in to comment.