From b521f5027894f0ea4a07ac6dcc6c2419b7444868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:37:46 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.2.5 to 1.2.6 in /explorer (#16372) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.2.5...v1.2.6) 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 200f5a01cd..799c4adac1 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2617,9 +2617,9 @@ } }, "@solana/web3.js": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.5.tgz", - "integrity": "sha512-dkKIDhmSM9qX5eJs4bNWPLMLzWcSCd36Imj4IIIfJHKwMfhjO6sWfYjHD4dzB502GoqpvZ/jHv4JBxZR5ERSiA==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.6.tgz", + "integrity": "sha512-TAAC5+zq7BHn3+mz6jpJlKFvcTqy0Fj/a+Fq3T5MVvsidlVTmIh18qiGPpe3Ve4eMZquF7JcytS8JanEyvgO6g==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 58afaa55d3..899ec41d85 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.5", "@solana/spl-token-registry": "^0.2.51", - "@solana/web3.js": "^1.2.5", + "@solana/web3.js": "^1.2.6", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.1",