chore:(deps): bump @solana/web3.js from 0.86.2 to 0.86.3 in /explorer (#13362)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.2 to 0.86.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.2...v0.86.3)

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-11-03 09:11:36 +00:00 committed by GitHub
parent c3d2d2134c
commit a9a01c308e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2256,9 +2256,9 @@
} }
}, },
"@solana/web3.js": { "@solana/web3.js": {
"version": "0.86.2", "version": "0.86.3",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.2.tgz", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.3.tgz",
"integrity": "sha512-e+NrS4kVdvZfLTvSGXr2jnPH3Gc7LkzO861cdbYgJBMAtTuE1kKsbONZXXcm3Gx2gNKf8+vlCA/hnK9GcaiyFA==", "integrity": "sha512-hYcnNi2fqgT2olc8G0SKqzdnBusk5FnAuRw/tznKWpilHP2E5FmNl9P7sZh3E/Z73h3p8yEQx9wketwn1GyTZw==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",

View File

@ -6,7 +6,7 @@
"@project-serum/serum": "^0.13.11", "@project-serum/serum": "^0.13.11",
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.27.2", "@sentry/react": "^5.27.2",
"@solana/web3.js": "^0.86.2", "@solana/web3.js": "^0.86.3",
"@testing-library/jest-dom": "^5.11.5", "@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0", "@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",