chore:(deps): bump @solana/web3.js from 0.87.1 to 0.88.0 in /explorer (#14288)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.87.1 to 0.88.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.87.1...v0.88.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-12-24 21:24:45 +00:00
committed by GitHub
parent 5ced2f75a6
commit 5ee4dd9c4b
2 changed files with 7 additions and 7 deletions

View File

@ -2622,9 +2622,9 @@
}
},
"@solana/web3.js": {
"version": "0.87.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.87.1.tgz",
"integrity": "sha512-Q1ltSExYuLuKedwZvNS4HJhT6qL5rDm8wE4oElQINzMvLATPQto5XsdbNz9J9yj/cqzCN6bKhYroRlKOgF4lNg==",
"version": "0.88.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.88.0.tgz",
"integrity": "sha512-e3dvt+k6keooHuwRR7ZcQoiz0Emi/5fr5QsLBCJyM6WOtId5IYVXLl/3VRxLOBWWcvnhUrhejrOTrASEs1bEqA==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -2646,9 +2646,9 @@
},
"dependencies": {
"buffer": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.2.tgz",
"integrity": "sha512-XeXCUm+F7uY7fIzq4pKy+BLbZk4SgYS5xwlZOFYD3UEcAD+PwOoTaFr/SaXvhR1yRa8SKyPSZ7LNX4N65w7h8A==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"requires": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"

View File

@ -6,7 +6,7 @@
"@project-serum/serum": "^0.13.16",
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.29.2",
"@solana/web3.js": "^0.87.1",
"@solana/web3.js": "^0.88.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",