chore:(deps): bump @solana/web3.js from 0.71.14 to 0.73.0 in /explorer (#12104)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.71.14 to 0.73.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.14...v0.73.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] 2020-09-08 08:06:51 +00:00 committed by GitHub
parent 11b199cccf
commit b0a2a8b645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -2720,9 +2720,9 @@
}
},
"@solana/web3.js": {
"version": "0.71.14",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.14.tgz",
"integrity": "sha512-23jWjzMxSOKzcAUzLBaD5p0YRJys6A9cEdWZQtPV/CV7bmo5JNIdPDR+UhzPxe1L3WX3bu7KAmAjcIERCXKDfQ==",
"version": "0.73.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.73.0.tgz",
"integrity": "sha512-Hjj7+oBwIjfpPYrYSrOrZGZo3Z8m8WJ/5KzQpI6P1Z5Q2Snov9OYTpILLuWAAyZFHCyyl+TTSZbFkz6wq9tOPQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -2735,7 +2735,7 @@
"mz": "^2.7.0",
"node-fetch": "^2.2.0",
"npm-run-all": "^4.1.5",
"rpc-websockets": "^7.4.0",
"rpc-websockets": "^7.4.2",
"superstruct": "^0.8.3",
"tweetnacl": "^1.0.0",
"ws": "^7.0.0"

View File

@ -5,7 +5,7 @@
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.22.3",
"@solana/web3.js": "^0.71.14",
"@solana/web3.js": "^0.73.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.3",