From fe97df18c56220f19e9b8914a11c88b66b4e7dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:55:46 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js from 1.89.0 to 1.91.6 in /client Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.89.0 to 1.91.6. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.89.0...v1.91.6) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d350c9c..e4a7c4e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2191,13 +2191,13 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.89.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.89.0.tgz", - "integrity": "sha512-b6PJxNL/DX+J2zccj3kzxZ6HyUF92tc8L9CjMlnTYKCdotAk163ygQ/jbHDT0yYs7pGeXAszyLuaqUXJ8bxwpA==", + "version": "1.91.6", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.91.6.tgz", + "integrity": "sha512-dm20nN6HQvXToo+kM51nxHdtaa2wMSRdeK37p+WIWESfeiVHqV8XbV4XnWupq6ngt5vIckhGFG7ZnTBxUgLzDA==", "dependencies": { "@babel/runtime": "^7.23.4", "@noble/curves": "^1.2.0", - "@noble/hashes": "^1.3.2", + "@noble/hashes": "^1.3.3", "@solana/buffer-layout": "^4.0.1", "agentkeepalive": "^4.5.0", "bigint-buffer": "^1.1.5", @@ -2212,6 +2212,17 @@ "superstruct": "^0.14.2" } }, + "node_modules/@solana/web3.js/node_modules/@noble/hashes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@stablelib/aead": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@stablelib/aead/-/aead-1.0.1.tgz",