From 5544dd35d00320bcdee7c92a3e545ee4da01d220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 08:09:27 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.71.3 to 0.71.4 in /explorer (#11684) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.71.3 to 0.71.4. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.3...v0.71.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 7ce98ca723..2206b41543 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.71.3", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.3.tgz", - "integrity": "sha512-ZrkPilnDWPJcfMSugGxHUuSBbQc9t9WVIAQHQMDhZaJXbqvOPyjrYfq18ChKSyOjUKvwUgDlkkW+tCJqFMNwpA==", + "version": "0.71.4", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.4.tgz", + "integrity": "sha512-YSOqGpl7KQ/fEDHuHl99zsEkno4kGNoS21qh2+gurE98sCX2RP77GhE5pHLDCpr2czgy5XhsW0vOlzoB/PZ2wA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 8c10d1e37d..b6e65a5186 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.21.1", - "@solana/web3.js": "^0.71.3", + "@solana/web3.js": "^0.71.4", "@testing-library/jest-dom": "^5.11.3", "@testing-library/react": "^10.4.8", "@testing-library/user-event": "^12.1.1",