chore:(deps): bump @solana/web3.js from 0.62.0 to 0.63.0 in /explorer (#11126)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.62.0 to 0.63.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.62.0...v0.63.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-07-20 08:28:59 +00:00 committed by GitHub
parent 83cc92f3f7
commit 8352bdd3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -2253,9 +2253,9 @@
"integrity": "sha512-zLtOIToct1EBTbwldkMJsXC2eCsmWOOP7z6UG0M/sCgnPExtIjvVMCpPESvPnMbQzDZytXVy0nvMbUuK2gZs2A=="
},
"@solana/web3.js": {
"version": "0.62.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.62.0.tgz",
"integrity": "sha512-GwGkLChr7zfsh5d+EaeiJ8G1w01HofQpYOq5mRWv/8j3sPkleWPaL4IyNxVAoE1pUx+pBY26BjFj5gGi5IqxCg==",
"version": "0.63.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.63.0.tgz",
"integrity": "sha512-PFYcg2JYQxL2VU+EtOeMt83U7tdnBSkyMuSKOv1NzixVjomWFbhKSXox/D8cqnJE+8Cqy1VJuy9JqZ+PrzAOkQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -2289,9 +2289,9 @@
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
},
"ws": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
"integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA=="
}
}
},
@ -8764,9 +8764,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.12.47",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.47.tgz",
"integrity": "sha512-yzBInQFhdY8kaZmqoL2+3U5dSTMrKaYcb561VU+lDzAYvqt+2lojvBEy+hmpSNuXnPTx7m9+04CzWYOUqWME2A=="
"version": "12.12.50",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.50.tgz",
"integrity": "sha512-5ImO01Fb8YsEOYpV+aeyGYztcYcjGsBvN4D7G5r1ef2cuQOpymjWNQi5V0rKHE6PC2ru3HkoUr/Br2/8GUA84w=="
}
}
},
@ -13815,9 +13815,9 @@
}
},
"rpc-websockets": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.2.2.tgz",
"integrity": "sha512-L/PWLm+WCqBOeMU+9wsu2u0tLmAd17tsOsyl2OhaaEicK9/mbXF6I2h891e9NJmRf2n5NqaEmxpF6zgoiohouQ==",
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.2.3.tgz",
"integrity": "sha512-1nHdvzXHBI8T5lCGaHngmRdgq+h7ahEXBZ31tecFAknDb2g1D7Ip1LYIo9Q94TqT8gT441Ly/c3En3EHTaYHWQ==",
"requires": {
"@babel/runtime": "^7.8.7",
"assert-args": "^1.2.1",

View File

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@solana/web3.js": "^0.62.0",
"@solana/web3.js": "^0.63.0",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@testing-library/user-event": "^12.0.11",