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:
parent
11b199cccf
commit
b0a2a8b645
|
@ -2720,9 +2720,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@solana/web3.js": {
|
"@solana/web3.js": {
|
||||||
"version": "0.71.14",
|
"version": "0.73.0",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.14.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.73.0.tgz",
|
||||||
"integrity": "sha512-23jWjzMxSOKzcAUzLBaD5p0YRJys6A9cEdWZQtPV/CV7bmo5JNIdPDR+UhzPxe1L3WX3bu7KAmAjcIERCXKDfQ==",
|
"integrity": "sha512-Hjj7+oBwIjfpPYrYSrOrZGZo3Z8m8WJ/5KzQpI6P1Z5Q2Snov9OYTpILLuWAAyZFHCyyl+TTSZbFkz6wq9tOPQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.3.1",
|
"@babel/runtime": "^7.3.1",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
|
@ -2735,7 +2735,7 @@
|
||||||
"mz": "^2.7.0",
|
"mz": "^2.7.0",
|
||||||
"node-fetch": "^2.2.0",
|
"node-fetch": "^2.2.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"rpc-websockets": "^7.4.0",
|
"rpc-websockets": "^7.4.2",
|
||||||
"superstruct": "^0.8.3",
|
"superstruct": "^0.8.3",
|
||||||
"tweetnacl": "^1.0.0",
|
"tweetnacl": "^1.0.0",
|
||||||
"ws": "^7.0.0"
|
"ws": "^7.0.0"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-hook/debounce": "^3.0.0",
|
"@react-hook/debounce": "^3.0.0",
|
||||||
"@sentry/react": "^5.22.3",
|
"@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/jest-dom": "^5.11.4",
|
||||||
"@testing-library/react": "^11.0.2",
|
"@testing-library/react": "^11.0.2",
|
||||||
"@testing-library/user-event": "^12.1.3",
|
"@testing-library/user-event": "^12.1.3",
|
||||||
|
|
Loading…
Reference in New Issue