chore:(deps): bump @solana/web3.js from 0.76.0 to 0.77.0 in /explorer (#12448)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.76.0 to 0.77.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.76.0...v0.77.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-24 22:36:38 +08:00 committed by GitHub
parent 6601ec8f26
commit c979cc7da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -2720,9 +2720,9 @@
}
},
"@solana/web3.js": {
"version": "0.76.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.76.0.tgz",
"integrity": "sha512-xAKbz7qDtOAHuGxAH6diDTlrE30Dm7gLXjUft0Q+SxDj9X1D2/d2BVmhLwkseMbWub34A9W10vnHVbsSIAeqQA==",
"version": "0.77.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.77.0.tgz",
"integrity": "sha512-qfJTpzrUDfmI7h7gK2ApwqMVrkrU1qyF/AzyDkzhEfdbpZHZQeezDq1oRM2RuoKICuXmmIISHu0ddS7BBMqYjw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -3272,9 +3272,9 @@
"integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag=="
},
"@types/express-serve-static-core": {
"version": "4.17.12",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.12.tgz",
"integrity": "sha512-EaEdY+Dty1jEU7U6J4CUWwxL+hyEGMkO5jan5gplfegUgCUsIUWqXxqw47uGjimeT4Qgkz/XUfwoau08+fgvKA==",
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz",
"integrity": "sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==",
"requires": {
"@types/node": "*",
"@types/qs": "*",
@ -14369,9 +14369,9 @@
}
},
"rpc-websockets": {
"version": "7.4.5",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.5.tgz",
"integrity": "sha512-pJALYAXm2ggPOiuPr9Wl7jMihX7Xmwehb7F5UY3k2goBrxQxGF4hWZoZrdxNdbYSw5B6Nowm6X9O1M6QVcjh1g==",
"version": "7.4.6",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.6.tgz",
"integrity": "sha512-vDGdyJv858O5ZIc7glov8pQDdFztOqujA7iNyrfPxw87ajHT5s8WQU4MLNEG8pTR/xzqOn06dYH7kef2hijInw==",
"requires": {
"@babel/runtime": "^7.11.2",
"assert-args": "^1.2.1",

View File

@ -5,7 +5,7 @@
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.24.2",
"@solana/web3.js": "^0.76.0",
"@solana/web3.js": "^0.77.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",