Skip to content

Commit

Permalink
fix: examples/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-io[bot] authored Aug 15, 2024
1 parent d93a276 commit 16160e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"dependencies": {
"@allbridge/bridge-core-sdk": "file:..",
"@solana/web3.js": "^1.78.5",
"tronweb": "^4.4.0",
"web3": "^1.9.0",
"web3-core": "^1.9.0",
"web3-eth-contract": "^1.9.0",
"tronweb": "^5.3.0",
"web3": "^4.0.1",
"web3-core": "^4.0.1",
"web3-eth-contract": "^4.0.1",
"web3-utils": "^1.9.0"
},
"devDependencies": {
Expand Down

0 comments on commit 16160e6

Please sign in to comment.