Skip to content

Commit

Permalink
Fix: Solana Web3.js Library Supply Chain Attack v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xM3R committed Dec 9, 2024
1 parent 376f2ba commit fbf9d57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@coral-xyz/anchor": "0.30.0",
"@solana-developers/helpers": "^2.4.0",
"@solana/spl-memo": "^0.2.5",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.95.8",
"@zetachain/protocol-contracts": "11.0.0-rc3"
}
}
2 changes: 1 addition & 1 deletion examples/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@coral-xyz/anchor": "0.30.0",
"@solana-developers/helpers": "^2.4.0",
"@solana/spl-memo": "^0.2.5",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.95.8",
"@zetachain/protocol-contracts": "11.0.0-rc3"
}
}
2 changes: 1 addition & 1 deletion examples/nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@coral-xyz/anchor": "0.30.0",
"@solana-developers/helpers": "^2.4.0",
"@solana/spl-memo": "^0.2.5",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.95.8",
"@zetachain/protocol-contracts": "11.0.0-rc3"
}
}
2 changes: 1 addition & 1 deletion examples/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@coral-xyz/anchor": "0.30.0",
"@solana-developers/helpers": "^2.4.0",
"@solana/spl-memo": "^0.2.5",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.95.8",
"@zetachain/protocol-contracts": "11.0.0-rc3",
"@zetachain/toolkit": "13.0.0-rc8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@coral-xyz/anchor": "0.30.0",
"@solana-developers/helpers": "^2.4.0",
"@solana/spl-memo": "^0.2.5",
"@solana/web3.js": "^1.95.5",
"@solana/web3.js": "^1.95.8",
"@zetachain/protocol-contracts": "11.0.0-rc3"
}
}

0 comments on commit fbf9d57

Please sign in to comment.