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

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

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-08 14:00:24 +08:00 committed by GitHub
parent d6c076f1b6
commit 35f20b8b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.3.5",
"@solana/spl-token-registry": "^0.2.71",
"@solana/web3.js": "^1.9.0",
"@solana/web3.js": "^1.9.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",
@ -3157,9 +3157,9 @@
}
},
"node_modules/@solana/web3.js": {
"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==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.9.1.tgz",
"integrity": "sha512-fiHSCtV4hSmWJpbS+jsrdWeKtHAQWjEflDcxLG7qcu/BFO/npCETNPZl1c6yUDBdvPyfUwvGiQqKNDip4yRoqA==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",
@ -27020,9 +27020,9 @@
}
},
"@solana/web3.js": {
"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==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.9.1.tgz",
"integrity": "sha512-fiHSCtV4hSmWJpbS+jsrdWeKtHAQWjEflDcxLG7qcu/BFO/npCETNPZl1c6yUDBdvPyfUwvGiQqKNDip4yRoqA==",
"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.5",
"@solana/spl-token-registry": "^0.2.71",
"@solana/web3.js": "^1.9.0",
"@solana/web3.js": "^1.9.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",