Skip to content

Commit 9ff30c5

Browse files
authored
Merge pull request #832 from cygaar/pin_package_versions
fix: pin all node dependencies + update @solana/web3.js to safe version
2 parents 438c1f1 + 0742326 commit 9ff30c5

File tree

5 files changed

+252
-217
lines changed

5 files changed

+252
-217
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@rollup/plugin-replace": "5.0.7",
2626
"@rollup/plugin-terser": "0.1.0",
2727
"@rollup/plugin-typescript": "11.1.6",
28-
"@solana/web3.js": "1.95.5",
28+
"@solana/web3.js": "1.95.8",
2929
"@types/fluent-ffmpeg": "2.1.27",
3030
"@types/jest": "29.5.14",
3131
"@types/mocha": "10.0.10",

packages/plugin-goat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@goat-sdk/core": "0.3.8",
1010
"@goat-sdk/plugin-erc20": "0.1.6",
1111
"@goat-sdk/wallet-viem": "0.1.3",
12-
"tsup": "^8.3.5",
13-
"viem": "^2.21.45"
12+
"tsup": "8.3.5",
13+
"viem": "2.21.53"
1414
},
1515
"scripts": {
1616
"build": "tsup --format esm --dts",

packages/plugin-solana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@ai16z/plugin-trustdb": "workspace:*",
1010
"@coral-xyz/anchor": "0.30.1",
1111
"@solana/spl-token": "0.4.9",
12-
"@solana/web3.js": "1.95.5",
12+
"@solana/web3.js": "1.95.8",
1313
"bignumber": "1.1.0",
1414
"bignumber.js": "9.1.2",
1515
"bs58": "6.0.0",

packages/plugin-tee/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@ai16z/eliza": "workspace:*",
99
"@phala/dstack-sdk": "0.1.4",
1010
"@solana/spl-token": "0.4.9",
11-
"@solana/web3.js": "1.95.5",
11+
"@solana/web3.js": "1.95.8",
1212
"bignumber": "1.1.0",
1313
"bignumber.js": "9.1.2",
1414
"bs58": "6.0.0",

0 commit comments

Comments
 (0)