From a9a01c308ea71738b6bcf8b970cf1116f30a1333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 09:11:36 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.86.2 to 0.86.3 in /explorer (#13362) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.2 to 0.86.3. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.2...v0.86.3) 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 d8951ecf13..6b3ba109b7 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2256,9 +2256,9 @@ } }, "@solana/web3.js": { - "version": "0.86.2", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.2.tgz", - "integrity": "sha512-e+NrS4kVdvZfLTvSGXr2jnPH3Gc7LkzO861cdbYgJBMAtTuE1kKsbONZXXcm3Gx2gNKf8+vlCA/hnK9GcaiyFA==", + "version": "0.86.3", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.3.tgz", + "integrity": "sha512-hYcnNi2fqgT2olc8G0SKqzdnBusk5FnAuRw/tznKWpilHP2E5FmNl9P7sZh3E/Z73h3p8yEQx9wketwn1GyTZw==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index d97c22ddcd..8d6ba85907 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.11", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.27.2", - "@solana/web3.js": "^0.86.2", + "@solana/web3.js": "^0.86.3", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10",