From f8e6969eb237f4f083a858e41aa02ec3b15be6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:26:22 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.90.0 to 0.90.1 in /explorer (#14737) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.90.0 to 0.90.1. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.90.0...v0.90.1) 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 76f8f45af0..506e6049f3 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2622,9 +2622,9 @@ } }, "@solana/web3.js": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.0.tgz", - "integrity": "sha512-bBWEBLbU26we/gcLMfAxg2V/r1Y1WiPAfVcWV8vJDd9EsRt56I9bt6fATUaHhKgfmQQtxBdxCiz9LCm3WrPQEQ==", + "version": "0.90.1", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.1.tgz", + "integrity": "sha512-TQtV4vBFuOZ2lxxt0XYKJ/3WuZOhbwjLZ9M8YFxvC/Wgho6DwWVeJKmQ1RGmdaDmusiYfmE8jGI/32624g5c6w==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 3c7c1cb5fd..a2c252f99f 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.19", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.0.0", - "@solana/web3.js": "^0.90.0", + "@solana/web3.js": "^0.90.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0",