From dc40eb04ff3a13aa3441b16f0cb39f031a2b12dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:43:52 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.91.2 to 0.91.3 in /explorer (#15330) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.91.2 to 0.91.3. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.91.2...v0.91.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 5322babff3..4240580e6e 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2906,9 +2906,9 @@ } }, "@solana/web3.js": { - "version": "0.91.2", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.2.tgz", - "integrity": "sha512-z/RIFKN5ZTInCDlZMH1/wYMq0qv52PpRyRBsT3Jly6yVFMV4xG59ZQb9iToVZZ2OTbPecoAru+TYFXz0MYqkqg==", + "version": "0.91.3", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.3.tgz", + "integrity": "sha512-eMKJFDJewiTUEBHyQpk1h6aNQ6d1ac+hyzwzRxQKWzquQgbvNIKBTM2FxmeYF5Os1Vc9SEYG2+AyIWTtdjm0zw==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 2aca51f6cd..1402f4ab6c 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.23", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.1.0", - "@solana/web3.js": "^0.91.2", + "@solana/web3.js": "^0.91.3", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.7.0",