From a78001935c7241a09307765d7ff18d9fb6a96ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 09:28:12 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.88.0 to 0.89.0 in /explorer (#14606) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.88.0 to 0.89.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.88.0...v0.89.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 86f0fbaf26..dba335144c 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2622,9 +2622,9 @@ } }, "@solana/web3.js": { - "version": "0.88.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.88.0.tgz", - "integrity": "sha512-e3dvt+k6keooHuwRR7ZcQoiz0Emi/5fr5QsLBCJyM6WOtId5IYVXLl/3VRxLOBWWcvnhUrhejrOTrASEs1bEqA==", + "version": "0.89.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.89.0.tgz", + "integrity": "sha512-5+yu7mel0y9gmsBleI6yO9sW/vGUV0JhHxJ55KutqYWPV9/S/SJ+tEV9a/uuAw+MXbLj5EW6knt/GpdCSe0MvQ==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 226d9dbd49..827c580074 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.18", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.30.0", - "@solana/web3.js": "^0.88.0", + "@solana/web3.js": "^0.89.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0",