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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-07 15:45:30 -07:00 committed by GitHub
parent d5613899d9
commit 8d978a35d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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",