Skip to content

Commit

Permalink
fix: examples/web3-provider/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-REQUEST-3361831
- https://snyk.io/vuln/SNYK-JS-WS-1296835
  • Loading branch information
snyk-bot committed Dec 21, 2023
1 parent c94b20e commit 9dfabf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web3-provider/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.1",
"dotenv": "^8.2.0",
"web3": "^1.8.2"
"web3": "^4.0.1"
}
}

0 comments on commit 9dfabf4

Please sign in to comment.