Skip to content

Commit bfedcc6

Browse files
authored
bump @solana/web3.js to ^1.95.8 (#747)
1 parent d4b2fea commit bfedcc6

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/solana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@coral-xyz/anchor": "0.29.0",
5353
"@coral-xyz/borsh": "0.29.0",
5454
"@solana/spl-token": "0.3.9",
55-
"@solana/web3.js": "^1.95.2",
55+
"@solana/web3.js": "^1.95.8",
5656
"@wormhole-foundation/sdk-connect": "1.0.3",
5757
"rpc-websockets": "^7.10.0"
5858
},
@@ -106,4 +106,4 @@
106106
}
107107
}
108108
}
109-
}
109+
}

platforms/solana/protocols/cctp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@wormhole-foundation/sdk-solana": "1.0.3",
5353
"@coral-xyz/anchor": "0.29.0",
5454
"@solana/spl-token": "0.3.9",
55-
"@solana/web3.js": "^1.95.2"
55+
"@solana/web3.js": "^1.95.8"
5656
},
5757
"type": "module",
5858
"exports": {

platforms/solana/protocols/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@wormhole-foundation/sdk-solana": "1.0.3",
5050
"@coral-xyz/borsh": "0.29.0",
5151
"@coral-xyz/anchor": "0.29.0",
52-
"@solana/web3.js": "^1.95.2"
52+
"@solana/web3.js": "^1.95.8"
5353
},
5454
"type": "module",
5555
"exports": {

platforms/solana/protocols/tokenBridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@wormhole-foundation/sdk-solana-core": "1.0.3",
5151
"@coral-xyz/anchor": "0.29.0",
5252
"@solana/spl-token": "0.3.9",
53-
"@solana/web3.js": "^1.95.2"
53+
"@solana/web3.js": "^1.95.8"
5454
},
5555
"type": "module",
5656
"exports": {

0 commit comments

Comments
 (0)