chore:(deps): bump @solana/web3.js from 0.92.2 to 0.93.0 in /explorer (#15558)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.92.2 to 0.93.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.92.2...v0.93.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] 2021-02-26 09:39:22 +00:00 committed by GitHub
parent 1c22facc4a
commit d5f4058968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 15 deletions

View File

@ -2607,9 +2607,9 @@
} }
}, },
"@solana/web3.js": { "@solana/web3.js": {
"version": "0.92.2", "version": "0.93.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.92.2.tgz", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.93.0.tgz",
"integrity": "sha512-K2gzja05MeeFa3r+y4kxUpeWYWPTc1WPKHRP0yaKVPs3daBb5VcfEq234OrrzyJKOsNFyNhyHnaGdqX/+uYLOA==", "integrity": "sha512-4OcenII2+VJlJaPwk4yiQAurY4Xk/RX13cYRFsvaVfSay8ZuJ3bnL7kzPO2GKOwrwTZmNqroCUTAYxJETuXouA==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
@ -2622,14 +2622,14 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"rpc-websockets": "^7.4.2", "rpc-websockets": "^7.4.2",
"secp256k1": "^4.0.2", "secp256k1": "^4.0.2",
"superstruct": "^0.8.3", "superstruct": "^0.14.2",
"tweetnacl": "^1.0.0" "tweetnacl": "^1.0.0"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.12.18", "version": "7.13.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.18.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.7.tgz",
"integrity": "sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==", "integrity": "sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
@ -2644,13 +2644,9 @@
} }
}, },
"superstruct": { "superstruct": {
"version": "0.8.4", "version": "0.14.2",
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.8.4.tgz", "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.14.2.tgz",
"integrity": "sha512-48Ors8IVWZm/tMr8r0Si6+mJiB7mkD7jqvIzktjJ4+EnP5tBp0qOpiM1J8sCUorKx+TXWrfb3i1UcjdD1YK/wA==", "integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ=="
"requires": {
"kind-of": "^6.0.2",
"tiny-invariant": "^1.0.6"
}
} }
} }
}, },

View File

@ -7,7 +7,7 @@
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.2.0", "@sentry/react": "^6.2.0",
"@solana/spl-token-registry": "^0.1.7", "@solana/spl-token-registry": "^0.1.7",
"@solana/web3.js": "^0.92.2", "@solana/web3.js": "^0.93.0",
"@testing-library/jest-dom": "^5.11.9", "@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5", "@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.3", "@testing-library/user-event": "^12.7.3",