From 2840201e4164049933c14a84a054abae6b4726d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 09:12:03 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.86.3 to 0.86.4 in /explorer (#13383) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.3 to 0.86.4. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.3...v0.86.4) 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 6b3ba109b7..59774092aa 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2256,9 +2256,9 @@ } }, "@solana/web3.js": { - "version": "0.86.3", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.3.tgz", - "integrity": "sha512-hYcnNi2fqgT2olc8G0SKqzdnBusk5FnAuRw/tznKWpilHP2E5FmNl9P7sZh3E/Z73h3p8yEQx9wketwn1GyTZw==", + "version": "0.86.4", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.4.tgz", + "integrity": "sha512-FpabDmdyxBN5aHIVUWc9Q6pXJFWiLRm/xeyxFg9O9ICHjiUkd38omds7G0CAmykIccG7zaMziwtkXp+0KvQOhA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 8d6ba85907..13485fb5b6 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.3", + "@solana/web3.js": "^0.86.4", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10",