chore:(deps): bump @solana/web3.js from 1.7.1 to 1.9.0 in /explorer (#17001)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.7.1 to 1.9.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.7.1...v1.9.0)

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-05-03 10:38:44 +00:00 committed by GitHub
parent 43ccaf14b0
commit f9af7cde7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2760,9 +2760,9 @@
}
},
"@solana/web3.js": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.1.tgz",
"integrity": "sha512-Sh44EeFHWPkmsdV9Va2nZHrFs6ouPHj3jZ7cXkVaOw4NMk3z3csXZV5N4znL0fgsF8I8PYzXgtTsEZ0pkSs3Fw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.9.0.tgz",
"integrity": "sha512-wal/itYezfH7ePMoBL6mtSa+J2jTkd7bOwlaen2jeJA+aHmQaLfP+XpI27Y+hPmSRChmHggVgl+/ayX4LX8sZg==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",

View File

@ -8,7 +8,7 @@
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.3.4",
"@solana/spl-token-registry": "^0.2.67",
"@solana/web3.js": "^1.7.1",
"@solana/web3.js": "^1.9.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",