chore:(deps): bump @solana/web3.js from 0.86.4 to 0.87.0 in /explorer (#13548)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.4 to 0.87.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.4...v0.87.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-11-12 09:09:34 +00:00 committed by GitHub
parent 554060b3c5
commit 76b5066dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

View File

@ -2256,14 +2256,14 @@
}
},
"@solana/web3.js": {
"version": "0.86.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.4.tgz",
"integrity": "sha512-FpabDmdyxBN5aHIVUWc9Q6pXJFWiLRm/xeyxFg9O9ICHjiUkd38omds7G0CAmykIccG7zaMziwtkXp+0KvQOhA==",
"version": "0.87.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.87.0.tgz",
"integrity": "sha512-8Hzkeqhk7Gh2+jvdzRFGTQyjEaRb0rsV2psaWMtTUHIbNKvMUqWMi6PTI7f4Fd1jS/iPSTKZkV5F7tHit+mmgQ==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
"bs58": "^4.0.1",
"buffer": "^5.4.3",
"buffer": "^6.0.1",
"buffer-layout": "^1.2.0",
"crypto-hash": "^1.2.2",
"esdoc-inject-style-plugin": "^1.0.0",
@ -2279,6 +2279,15 @@
"ws": "^7.0.0"
},
"dependencies": {
"buffer": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.2.tgz",
"integrity": "sha512-XeXCUm+F7uY7fIzq4pKy+BLbZk4SgYS5xwlZOFYD3UEcAD+PwOoTaFr/SaXvhR1yRa8SKyPSZ7LNX4N65w7h8A==",
"requires": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"superstruct": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.8.4.tgz",

View File

@ -6,7 +6,7 @@
"@project-serum/serum": "^0.13.11",
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.27.3",
"@solana/web3.js": "^0.86.4",
"@solana/web3.js": "^0.87.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"@testing-library/user-event": "^12.2.2",