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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.7.0 to 1.7.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.7.0...v1.7.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-04-30 09:28:11 +00:00 committed by GitHub
parent c1c115e5ad
commit 38302432e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2760,9 +2760,9 @@
}
},
"@solana/web3.js": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.0.tgz",
"integrity": "sha512-rGMQOh6c32eWK2Rcznyzby9O4JjA3bdYO1z+5VwWAFnA5JpfFU0NQrmQffYBP9DfiiLgeKklcJm/VRNd84Wp7g==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.1.tgz",
"integrity": "sha512-Sh44EeFHWPkmsdV9Va2nZHrFs6ouPHj3jZ7cXkVaOw4NMk3z3csXZV5N4znL0fgsF8I8PYzXgtTsEZ0pkSs3Fw==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",
@ -2780,9 +2780,9 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.13.17",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz",
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==",
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

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