From 8d978a35d2507461015cbf94b36c3ade8b12ab03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 15:45:30 -0700 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.16.1 to 1.17.0 in /explorer (#17788) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.16.1 to 1.17.0. - [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.16.1...v1.17.0) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index c079572689..f706c7b60d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -13,7 +13,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.5.1", "@solana/spl-token-registry": "^0.2.121", - "@solana/web3.js": "^1.16.1", + "@solana/web3.js": "^1.17.0", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.1.9", @@ -3219,9 +3219,9 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.16.1.tgz", - "integrity": "sha512-Dh6usnN9AkXzHGbN7II/gLJoG0OslzCy6pzcZiesJY9fh5Z6D532opClptNiIoz0ZGU7RRt41wgbzUo/zyohvg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.17.0.tgz", + "integrity": "sha512-PBOHY260CudciLwBgwt1U8upwCS1Jq0BbS6EVyX0tz6Tj14Dp4i87dQNyntentNiGQQ+yWBIk4vJEm+PMCSd/A==", "dependencies": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", @@ -27237,9 +27237,9 @@ } }, "@solana/web3.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.16.1.tgz", - "integrity": "sha512-Dh6usnN9AkXzHGbN7II/gLJoG0OslzCy6pzcZiesJY9fh5Z6D532opClptNiIoz0ZGU7RRt41wgbzUo/zyohvg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.17.0.tgz", + "integrity": "sha512-PBOHY260CudciLwBgwt1U8upwCS1Jq0BbS6EVyX0tz6Tj14Dp4i87dQNyntentNiGQQ+yWBIk4vJEm+PMCSd/A==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 659f3eaf06..dcc94033fa 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.5.1", "@solana/spl-token-registry": "^0.2.121", - "@solana/web3.js": "^1.16.1", + "@solana/web3.js": "^1.17.0", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.1.9",