From 97f6b090b9a4250669a69ee48816f5c907de8d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:07:38 +0800 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.4.0 to 1.5.0 in /explorer (#16669) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.4.0 to 1.5.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.4.0...v1.5.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 d001716461..d73c3bb07a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2653,9 +2653,9 @@ } }, "@solana/web3.js": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.4.0.tgz", - "integrity": "sha512-xSTvgzgOf9+XHe8E09inlTbrHSYHVQ4uQlcd9M+0hpyQ9uLOtEhUcNnegtIC3Hpz6OQ0awVJU29ppFkxhzM3aw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.5.0.tgz", + "integrity": "sha512-o9Md2wDRKcI7uQksOp6yW6llhfCEm2QyblvM1qTjIbmaxuJn2ID2p0hIsJM7p+p88I/neFt+rodi58kVvk98Cg==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index c5457f553e..55c52765f4 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.5", "@solana/spl-token-registry": "^0.2.58", - "@solana/web3.js": "^1.4.0", + "@solana/web3.js": "^1.5.0", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.5",