From b34bd50438bce45961b68d9ffaa13c85f73c606a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:30:15 +0000 Subject: [PATCH] Bump @solana/web3.js from 1.60.0 to 1.60.1 in /spot-instrument/js Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.60.0 to 1.60.1. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/commits) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spot-instrument/js/package.json | 2 +- spot-instrument/js/yarn.lock | 23 +---------------------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/spot-instrument/js/package.json b/spot-instrument/js/package.json index 7be68023..fdf3ae16 100644 --- a/spot-instrument/js/package.json +++ b/spot-instrument/js/package.json @@ -21,7 +21,7 @@ "@convergence-rfq/beet": "^0.7.10", "@convergence-rfq/beet-solana": "^0.4.11", "@solana/spl-token": "^0.3.5", - "@solana/web3.js": "^1.56.2", + "@solana/web3.js": "^1.60.1", "bn.js": "^5.2.0" }, "devDependencies": { diff --git a/spot-instrument/js/yarn.lock b/spot-instrument/js/yarn.lock index 0ee8f159..df4cb317 100644 --- a/spot-instrument/js/yarn.lock +++ b/spot-instrument/js/yarn.lock @@ -95,7 +95,7 @@ "@solana/buffer-layout-utils" "^0.2.0" buffer "^6.0.3" -"@solana/web3.js@^1.32.0": +"@solana/web3.js@^1.32.0", "@solana/web3.js@^1.56.2": version "1.70.3" resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.70.3.tgz#44040a78d1f86ee6a0a9dbe391b5f891bb404265" integrity sha512-9JAFXAWB3yhUHnoahzemTz4TcsGqmITPArNlm9795e+LA/DYkIEJIXIosV4ImzDMfqolymZeRgG3O8ewNgYTTA== @@ -117,27 +117,6 @@ rpc-websockets "^7.5.0" superstruct "^0.14.2" -"@solana/web3.js@^1.56.2": - version "1.60.0" - resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.60.0.tgz#279dd95ab60d24c32dec5337b37db0d82e854bdd" - integrity sha512-gXwUPOruR786Mbce4n5cM2JA00UvRLuoUAQ5Me/XvY49Tqb8u4umifPY/rzWigJxs3XDCN2i2OT1avYjoePLMw== - dependencies: - "@babel/runtime" "^7.12.5" - "@noble/ed25519" "^1.7.0" - "@noble/hashes" "^1.1.2" - "@noble/secp256k1" "^1.6.3" - "@solana/buffer-layout" "^4.0.0" - bigint-buffer "^1.1.5" - bn.js "^5.0.0" - borsh "^0.7.0" - bs58 "^4.0.1" - buffer "6.0.1" - fast-stable-stringify "^1.0.0" - jayson "^3.4.4" - node-fetch "2" - rpc-websockets "^7.5.0" - superstruct "^0.14.2" - "@types/connect@^3.4.33": version "3.4.35" resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1"