From a6c03ac08778ce1a9ccb97927b33d7b6d2bacb2c Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Tue, 13 Aug 2024 15:27:04 -0400 Subject: [PATCH] bump web3.js and use ^ notation --- package-lock.json | 341 +++++++++++------- platforms/solana/package.json | 4 +- platforms/solana/protocols/cctp/package.json | 4 +- platforms/solana/protocols/core/package.json | 4 +- .../solana/protocols/tokenBridge/package.json | 4 +- 5 files changed, 213 insertions(+), 144 deletions(-) diff --git a/package-lock.json b/package-lock.json index 700cbd960..fd0f8d3eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,11 +59,11 @@ }, "connect": { "name": "@wormhole-foundation/sdk-connect", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.10.0", - "@wormhole-foundation/sdk-definitions": "0.10.0", + "@wormhole-foundation/sdk-base": "0.10.1", + "@wormhole-foundation/sdk-definitions": "0.10.1", "axios": "^1.4.0" }, "engines": { @@ -72,7 +72,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@scure/base": "^1.1.3" @@ -80,11 +80,11 @@ }, "core/definitions": { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.10.0", + "version": "0.10.1", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.10.0" + "@wormhole-foundation/sdk-base": "0.10.1" } }, "core/definitions/node_modules/@noble/curves": { @@ -109,10 +109,10 @@ }, "core/icons": { "name": "@wormhole-foundation/sdk-icons", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.10.0" + "@wormhole-foundation/sdk-base": "0.10.1" }, "devDependencies": { "tsx": "^4.7.0" @@ -120,10 +120,10 @@ }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk": "0.10.0" + "@wormhole-foundation/sdk": "0.10.1" }, "devDependencies": { "dotenv": "^16.3.1", @@ -758,8 +758,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.23.9", - "license": "MIT", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -2258,12 +2259,13 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.91.7", - "license": "MIT", + "version": "1.95.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.95.2.tgz", + "integrity": "sha512-SjlHp0G4qhuhkQQc+YXdGkI8EerCqwxvgytMgBpzMUQTafrkNant3e7pgilBGgjy/iM40ICvWBLgASTPMrQU7w==", "dependencies": { - "@babel/runtime": "^7.23.4", - "@noble/curves": "^1.4.0", - "@noble/hashes": "^1.3.3", + "@babel/runtime": "^7.24.8", + "@noble/curves": "^1.4.2", + "@noble/hashes": "^1.4.0", "@solana/buffer-layout": "^4.0.1", "agentkeepalive": "^4.5.0", "bigint-buffer": "^1.1.5", @@ -2272,15 +2274,16 @@ "bs58": "^4.0.1", "buffer": "6.0.3", "fast-stable-stringify": "^1.0.0", - "jayson": "^4.1.0", + "jayson": "^4.1.1", "node-fetch": "^2.7.0", - "rpc-websockets": "^7.5.1", - "superstruct": "^0.14.2" + "rpc-websockets": "^9.0.2", + "superstruct": "^2.0.2" } }, "node_modules/@solana/web3.js/node_modules/@noble/curves": { - "version": "1.4.0", - "license": "MIT", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.5.0.tgz", + "integrity": "sha512-J5EKamIHnKPyClwVrzmaf5wSdQXgdHcPZIZLu3bwnbeCx8/7NPK5q2ZBWF+5FvYGByjiQQsJYX6jfgB2wDPn3A==", "dependencies": { "@noble/hashes": "1.4.0" }, @@ -2290,7 +2293,8 @@ }, "node_modules/@solana/web3.js/node_modules/@noble/hashes": { "version": "1.4.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", "engines": { "node": ">= 16" }, @@ -2298,14 +2302,61 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@solana/web3.js/node_modules/@types/ws": { + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", + "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@solana/web3.js/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + }, + "node_modules/@solana/web3.js/node_modules/rpc-websockets": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-9.0.2.tgz", + "integrity": "sha512-YzggvfItxMY3Lwuax5rC18inhbjJv9Py7JXRHxTIi94JOLrqBsSsUUc5bbl5W6c11tXhdfpDPK0KzBhoGe8jjw==", + "dependencies": { + "@swc/helpers": "^0.5.11", + "@types/uuid": "^8.3.4", + "@types/ws": "^8.2.2", + "buffer": "^6.0.3", + "eventemitter3": "^5.0.1", + "uuid": "^8.3.2", + "ws": "^8.5.0" + }, + "funding": { + "type": "paypal", + "url": "https://paypal.me/kozjak" + }, + "optionalDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + } + }, "node_modules/@solana/web3.js/node_modules/superstruct": { - "version": "0.14.2", - "license": "MIT" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-2.0.2.tgz", + "integrity": "sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==", + "engines": { + "node": ">=14.0.0" + } }, "node_modules/@suchipi/femver": { "version": "1.0.0", "license": "MIT" }, + "node_modules/@swc/helpers": { + "version": "0.5.12", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.12.tgz", + "integrity": "sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==", + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@szmarczak/http-timer": { "version": "4.0.6", "license": "MIT", @@ -2405,7 +2456,8 @@ }, "node_modules/@types/connect": { "version": "3.4.38", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dependencies": { "@types/node": "*" } @@ -2538,9 +2590,15 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/uuid": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==" + }, "node_modules/@types/ws": { "version": "7.4.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz", + "integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==", "dependencies": { "@types/node": "*" } @@ -3788,7 +3846,8 @@ }, "node_modules/commander": { "version": "2.20.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, "node_modules/concat-map": { "version": "0.0.1", @@ -4036,7 +4095,8 @@ }, "node_modules/delay": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz", + "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==", "engines": { "node": ">=10" }, @@ -4172,11 +4232,13 @@ }, "node_modules/es6-promise": { "version": "4.2.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" }, "node_modules/es6-promisify": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", "dependencies": { "es6-promise": "^4.0.3" } @@ -4590,6 +4652,8 @@ }, "node_modules/eyes": { "version": "0.1.8", + "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz", + "integrity": "sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==", "engines": { "node": "> 0.1.90" } @@ -5503,8 +5567,9 @@ } }, "node_modules/jayson": { - "version": "4.1.0", - "license": "MIT", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/jayson/-/jayson-4.1.1.tgz", + "integrity": "sha512-5ZWm4Q/0DHPyeMfAsrwViwUS2DMVsQgWh8bEEIVTkfb3DzHZ2L3G5WUnF+AKmGjjM9r1uAv73SaqC1/U4RL45w==", "dependencies": { "@types/connect": "^3.4.33", "@types/node": "^12.12.54", @@ -5517,7 +5582,7 @@ "json-stringify-safe": "^5.0.1", "JSONStream": "^1.3.5", "uuid": "^8.3.2", - "ws": "^7.4.5" + "ws": "^7.5.10" }, "bin": { "jayson": "bin/jayson.js" @@ -5528,7 +5593,8 @@ }, "node_modules/jayson/node_modules/@types/node": { "version": "12.20.55", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==" }, "node_modules/jayson/node_modules/ws": { "version": "7.5.10", @@ -6172,14 +6238,16 @@ }, "node_modules/jsonparse": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "engines": [ "node >= 0.2.0" - ], - "license": "MIT" + ] }, "node_modules/JSONStream": { "version": "1.3.5", - "license": "(MIT OR Apache-2.0)", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dependencies": { "jsonparse": "^1.2.0", "through": ">=2.2.7 <3" @@ -8164,7 +8232,8 @@ }, "node_modules/through": { "version": "2.3.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "node_modules/tmpl": { "version": "1.0.5", @@ -8903,10 +8972,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", "algosdk": "2.7.0" }, "engines": { @@ -8915,11 +8984,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.10.0", - "@wormhole-foundation/sdk-connect": "0.10.0" + "@wormhole-foundation/sdk-algorand": "0.10.1", + "@wormhole-foundation/sdk-connect": "0.10.1" }, "engines": { "node": ">=16" @@ -8927,12 +8996,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.10.0", - "@wormhole-foundation/sdk-algorand-core": "0.10.0", - "@wormhole-foundation/sdk-connect": "0.10.0" + "@wormhole-foundation/sdk-algorand": "0.10.1", + "@wormhole-foundation/sdk-algorand-core": "0.10.1", + "@wormhole-foundation/sdk-connect": "0.10.1" }, "engines": { "node": ">=16" @@ -8940,10 +9009,10 @@ }, "platforms/aptos": { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", "aptos": "1.21.0" }, "engines": { @@ -8952,11 +9021,11 @@ }, "platforms/aptos/protocols/core": { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.10.0", - "@wormhole-foundation/sdk-connect": "0.10.0" + "@wormhole-foundation/sdk-aptos": "0.10.1", + "@wormhole-foundation/sdk-connect": "0.10.1" }, "engines": { "node": ">=16" @@ -8964,11 +9033,11 @@ }, "platforms/aptos/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.10.0", - "@wormhole-foundation/sdk-connect": "0.10.0" + "@wormhole-foundation/sdk-aptos": "0.10.1", + "@wormhole-foundation/sdk-connect": "0.10.1" }, "engines": { "node": ">=16" @@ -8976,14 +9045,14 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/proto-signing": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", "cosmjs-types": "^0.9.0" }, "engines": { @@ -8992,14 +9061,14 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm": "0.10.0" + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm": "0.10.1" }, "engines": { "node": ">=16" @@ -9007,15 +9076,15 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm-core": "0.10.1", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9024,13 +9093,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm": "0.10.0" + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm": "0.10.1" }, "engines": { "node": ">=16" @@ -9038,10 +9107,10 @@ }, "platforms/evm": { "name": "@wormhole-foundation/sdk-evm", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", "ethers": "^6.5.1" }, "devDependencies": { @@ -9053,11 +9122,11 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-evm": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-evm": "0.10.1", "ethers": "^6.5.1" }, "engines": { @@ -9066,11 +9135,11 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-evm": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-evm": "0.10.1", "ethers": "^6.5.1" }, "engines": { @@ -9079,13 +9148,13 @@ }, "platforms/evm/protocols/portico": { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-evm": "0.10.0", - "@wormhole-foundation/sdk-evm-core": "0.10.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-evm": "0.10.1", + "@wormhole-foundation/sdk-evm-core": "0.10.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.1", "ethers": "^6.5.1" }, "engines": { @@ -9094,12 +9163,12 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-evm": "0.10.0", - "@wormhole-foundation/sdk-evm-core": "0.10.0", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-evm": "0.10.1", + "@wormhole-foundation/sdk-evm-core": "0.10.1", "ethers": "^6.5.1" }, "engines": { @@ -9108,14 +9177,14 @@ }, "platforms/solana": { "name": "@wormhole-foundation/sdk-solana", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", - "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.10.0", + "@solana/web3.js": "^1.95.2", + "@wormhole-foundation/sdk-connect": "0.10.1", "rpc-websockets": "^7.10.0" }, "devDependencies": { @@ -9127,14 +9196,14 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", - "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-solana": "0.10.0" + "@solana/web3.js": "^1.95.2", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-solana": "0.10.1" }, "engines": { "node": ">=16" @@ -9142,14 +9211,14 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", - "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-solana": "0.10.0" + "@solana/web3.js": "^1.95.2", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-solana": "0.10.1" }, "engines": { "node": ">=16" @@ -9157,15 +9226,15 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", - "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-solana": "0.10.0", - "@wormhole-foundation/sdk-solana-core": "0.10.0" + "@solana/web3.js": "^1.95.2", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-solana": "0.10.1", + "@wormhole-foundation/sdk-solana-core": "0.10.1" }, "engines": { "node": ">=16" @@ -9173,11 +9242,11 @@ }, "platforms/sui": { "name": "@wormhole-foundation/sdk-sui", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.0" + "@wormhole-foundation/sdk-connect": "0.10.1" }, "engines": { "node": ">=16" @@ -9185,12 +9254,12 @@ }, "platforms/sui/protocols/core": { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-sui": "0.10.0" + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-sui": "0.10.1" }, "engines": { "node": ">=16" @@ -9198,13 +9267,13 @@ }, "platforms/sui/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-sui": "0.10.0", - "@wormhole-foundation/sdk-sui-core": "0.10.0" + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-sui": "0.10.1", + "@wormhole-foundation/sdk-sui-core": "0.10.1" }, "engines": { "node": ">=16" @@ -9212,34 +9281,34 @@ }, "sdk": { "name": "@wormhole-foundation/sdk", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.10.0", - "@wormhole-foundation/sdk-algorand-core": "0.10.0", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.0", - "@wormhole-foundation/sdk-aptos": "0.10.0", - "@wormhole-foundation/sdk-aptos-core": "0.10.0", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.0", - "@wormhole-foundation/sdk-base": "0.10.0", - "@wormhole-foundation/sdk-connect": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.0", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.0", - "@wormhole-foundation/sdk-definitions": "0.10.0", - "@wormhole-foundation/sdk-evm": "0.10.0", - "@wormhole-foundation/sdk-evm-cctp": "0.10.0", - "@wormhole-foundation/sdk-evm-core": "0.10.0", - "@wormhole-foundation/sdk-evm-portico": "0.10.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.0", - "@wormhole-foundation/sdk-solana": "0.10.0", - "@wormhole-foundation/sdk-solana-cctp": "0.10.0", - "@wormhole-foundation/sdk-solana-core": "0.10.0", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.10.0", - "@wormhole-foundation/sdk-sui": "0.10.0", - "@wormhole-foundation/sdk-sui-core": "0.10.0", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.10.0" + "@wormhole-foundation/sdk-algorand": "0.10.1", + "@wormhole-foundation/sdk-algorand-core": "0.10.1", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.1", + "@wormhole-foundation/sdk-aptos": "0.10.1", + "@wormhole-foundation/sdk-aptos-core": "0.10.1", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.1", + "@wormhole-foundation/sdk-base": "0.10.1", + "@wormhole-foundation/sdk-connect": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm-core": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.1", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.1", + "@wormhole-foundation/sdk-definitions": "0.10.1", + "@wormhole-foundation/sdk-evm": "0.10.1", + "@wormhole-foundation/sdk-evm-cctp": "0.10.1", + "@wormhole-foundation/sdk-evm-core": "0.10.1", + "@wormhole-foundation/sdk-evm-portico": "0.10.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.1", + "@wormhole-foundation/sdk-solana": "0.10.1", + "@wormhole-foundation/sdk-solana-cctp": "0.10.1", + "@wormhole-foundation/sdk-solana-core": "0.10.1", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.10.1", + "@wormhole-foundation/sdk-sui": "0.10.1", + "@wormhole-foundation/sdk-sui-core": "0.10.1", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.10.1" }, "engines": { "node": ">=16" diff --git a/platforms/solana/package.json b/platforms/solana/package.json index 832a18353..f31254848 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -52,7 +52,7 @@ "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", - "@solana/web3.js": "1.91.7", + "@solana/web3.js": "^1.95.2", "@wormhole-foundation/sdk-connect": "0.10.1", "rpc-websockets": "^7.10.0" }, @@ -106,4 +106,4 @@ } } } -} \ No newline at end of file +} diff --git a/platforms/solana/protocols/cctp/package.json b/platforms/solana/protocols/cctp/package.json index 26ff06f02..ba18e5c88 100644 --- a/platforms/solana/protocols/cctp/package.json +++ b/platforms/solana/protocols/cctp/package.json @@ -52,7 +52,7 @@ "@wormhole-foundation/sdk-solana": "0.10.1", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", - "@solana/web3.js": "1.91.7" + "@solana/web3.js": "^1.95.2" }, "type": "module", "exports": { @@ -77,4 +77,4 @@ } } } -} \ No newline at end of file +} diff --git a/platforms/solana/protocols/core/package.json b/platforms/solana/protocols/core/package.json index 18c939bc6..b8c93cdbe 100644 --- a/platforms/solana/protocols/core/package.json +++ b/platforms/solana/protocols/core/package.json @@ -49,7 +49,7 @@ "@wormhole-foundation/sdk-solana": "0.10.1", "@coral-xyz/borsh": "0.29.0", "@coral-xyz/anchor": "0.29.0", - "@solana/web3.js": "1.91.7" + "@solana/web3.js": "^1.95.2" }, "type": "module", "exports": { @@ -74,4 +74,4 @@ } } } -} \ No newline at end of file +} diff --git a/platforms/solana/protocols/tokenBridge/package.json b/platforms/solana/protocols/tokenBridge/package.json index 6867ff9c7..9e4fe5ac8 100644 --- a/platforms/solana/protocols/tokenBridge/package.json +++ b/platforms/solana/protocols/tokenBridge/package.json @@ -50,7 +50,7 @@ "@wormhole-foundation/sdk-solana-core": "0.10.1", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", - "@solana/web3.js": "1.91.7" + "@solana/web3.js": "^1.95.2" }, "type": "module", "exports": { @@ -75,4 +75,4 @@ } } } -} \ No newline at end of file +}