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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.75.2 to 0.76.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.75.2...v0.76.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-18 08:26:50 +00:00 committed by GitHub
parent 1a0b791f9a
commit cf175fdc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -2720,9 +2720,9 @@
} }
}, },
"@solana/web3.js": { "@solana/web3.js": {
"version": "0.75.2", "version": "0.76.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.2.tgz", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.76.0.tgz",
"integrity": "sha512-2Cd39m5ffOMrokCCKC28YRGyonP6ZZMAR7oi/G0hngCsBKjBmz9PhdcaYmUc2hYVa6o5hPvbp/CUZ6ui23DJuQ==", "integrity": "sha512-xAKbz7qDtOAHuGxAH6diDTlrE30Dm7gLXjUft0Q+SxDj9X1D2/d2BVmhLwkseMbWub34A9W10vnHVbsSIAeqQA==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
@ -3464,9 +3464,9 @@
"integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug=="
}, },
"@types/qs": { "@types/qs": {
"version": "6.9.4", "version": "6.9.5",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.4.tgz", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz",
"integrity": "sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==" "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ=="
}, },
"@types/range-parser": { "@types/range-parser": {
"version": "1.2.3", "version": "1.2.3",
@ -9584,9 +9584,9 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "12.12.58", "version": "12.12.62",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.58.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.62.tgz",
"integrity": "sha512-Be46CNIHWAagEfINOjmriSxuv7IVcqbGe+sDSg2SYCEz/0CRBy7LRASGfRbD8KZkqoePU73Wsx3UvOSFcq/9hA==" "integrity": "sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg=="
}, },
"lodash": { "lodash": {
"version": "4.17.20", "version": "4.17.20",
@ -14369,9 +14369,9 @@
} }
}, },
"rpc-websockets": { "rpc-websockets": {
"version": "7.4.2", "version": "7.4.5",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.2.tgz", "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.5.tgz",
"integrity": "sha512-kUpYcnbEU/BeAxGTlfySZ/tp9FU+TLSgONbViyx6hQsIh8876uxggJWzVOCe+CztBvuCOAOd0BXyPlKfcflykw==", "integrity": "sha512-pJALYAXm2ggPOiuPr9Wl7jMihX7Xmwehb7F5UY3k2goBrxQxGF4hWZoZrdxNdbYSw5B6Nowm6X9O1M6QVcjh1g==",
"requires": { "requires": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.11.2",
"assert-args": "^1.2.1", "assert-args": "^1.2.1",

View File

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