chore:(deps): bump @solana/web3.js from 0.79.0 to 0.80.0 in /explorer (#12805)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.79.0 to 0.80.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.79.0...v0.80.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-10-12 08:07:31 +00:00 committed by GitHub
parent b3c2752bb0
commit d86c4ef0ef
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": { "@solana/web3.js": {
"version": "0.79.0", "version": "0.80.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.79.0.tgz", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.0.tgz",
"integrity": "sha512-yTX4tYXfMa4Siz7+NBOtZTYbeJXFZAW0oQ3xwLdXm8HxyRW5jMLJvRrODgFHFXKOcbZgj9Q4x9tSQFZ5HmFRGw==", "integrity": "sha512-WqEflyQkL6Qclwv3QKamuBhDxS8BK6sdYNjUXwU8YyyUinn8kNn32HUUA296lHVMjjR3/zy5tVDAdyKG76jgWQ==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
@ -3434,9 +3434,9 @@
"integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ=="
}, },
"@types/lodash": { "@types/lodash": {
"version": "4.14.161", "version": "4.14.162",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.162.tgz",
"integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==" "integrity": "sha512-alvcho1kRUnnD1Gcl4J+hK0eencvzq9rmzvFPRmP5rPHx9VVsJj6bKLTATPVf9ktgv4ujzh7T+XWKp+jhuODig=="
}, },
"@types/minimatch": { "@types/minimatch": {
"version": "3.0.3", "version": "3.0.3",
@ -9584,9 +9584,9 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "12.12.66", "version": "12.12.67",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.66.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.67.tgz",
"integrity": "sha512-VwJbrfz53hQo/3uUhan/ZQJD9AQSSbmODtbtFhPmT07KTIp9zw2dVZhoV0TezZv2NZMuFdKHY6z9SosB4Vtj3A==" "integrity": "sha512-R48tgL2izApf+9rYNH+3RBMbRpPeW3N8f0I9HMhggeq4UXwBDqumJ14SDs4ctTMhG11pIOduZ4z3QWGOiMc9Vg=="
}, },
"lodash": { "lodash": {
"version": "4.17.20", "version": "4.17.20",

View File

@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.25.0", "@sentry/react": "^5.25.0",
"@solana/web3.js": "^0.79.0", "@solana/web3.js": "^0.80.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.7", "@testing-library/user-event": "^12.1.7",