From f9af7cde7eb10ce832a12df2af7809063a37c087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 10:38:44 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.7.1 to 1.9.0 in /explorer (#17001) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.7.1...v1.9.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index ad0123fd8..d94b1939b 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2760,9 +2760,9 @@ } }, "@solana/web3.js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.1.tgz", - "integrity": "sha512-Sh44EeFHWPkmsdV9Va2nZHrFs6ouPHj3jZ7cXkVaOw4NMk3z3csXZV5N4znL0fgsF8I8PYzXgtTsEZ0pkSs3Fw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.9.0.tgz", + "integrity": "sha512-wal/itYezfH7ePMoBL6mtSa+J2jTkd7bOwlaen2jeJA+aHmQaLfP+XpI27Y+hPmSRChmHggVgl+/ayX4LX8sZg==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index a015c3f30..b3ef2dadb 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.3.4", "@solana/spl-token-registry": "^0.2.67", - "@solana/web3.js": "^1.7.1", + "@solana/web3.js": "^1.9.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.8",