From 6f3926b64367166899156c4255f7816c4fa881a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 22:16:46 +0800 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.2.3 to 1.2.5 in /explorer (#16274) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.3 to 1.2.5. - [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.3...v1.2.5) 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 4fa01c791c..8b3e2c6c12 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2617,9 +2617,9 @@ } }, "@solana/web3.js": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.3.tgz", - "integrity": "sha512-aDsFJhefIiKh9kb3xeWcX5rsAPdUqJtz61F9tplfp//mYVpzKZeWYZSUKB39PXo7c5ZrxVeBx7am4J7NB10Pcg==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.5.tgz", + "integrity": "sha512-dkKIDhmSM9qX5eJs4bNWPLMLzWcSCd36Imj4IIIfJHKwMfhjO6sWfYjHD4dzB502GoqpvZ/jHv4JBxZR5ERSiA==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 09407b0e3b..1e37236626 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.4", "@solana/spl-token-registry": "^0.2.48", - "@solana/web3.js": "^1.2.3", + "@solana/web3.js": "^1.2.5", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.1",