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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.5.0 to 1.7.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.5.0...v1.7.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-04-27 09:15:29 +00:00 committed by GitHub
parent e5d1037fda
commit 9606126543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2646,9 +2646,9 @@
}
},
"@solana/web3.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.5.0.tgz",
"integrity": "sha512-o9Md2wDRKcI7uQksOp6yW6llhfCEm2QyblvM1qTjIbmaxuJn2ID2p0hIsJM7p+p88I/neFt+rodi58kVvk98Cg==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.0.tgz",
"integrity": "sha512-rGMQOh6c32eWK2Rcznyzby9O4JjA3bdYO1z+5VwWAFnA5JpfFU0NQrmQffYBP9DfiiLgeKklcJm/VRNd84Wp7g==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",
@ -2666,9 +2666,9 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"version": "7.13.17",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz",
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

@ -8,7 +8,7 @@
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.3.1",
"@solana/spl-token-registry": "^0.2.62",
"@solana/web3.js": "^1.5.0",
"@solana/web3.js": "^1.7.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",