chore:(deps): bump @solana/web3.js from 0.91.3 to 0.92.1 in /explorer (#15392)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.91.3 to 0.92.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.91.3...v0.92.1)

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-18 09:12:30 +00:00 committed by GitHub
parent 89b0d803ff
commit fb1f2d54a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2906,9 +2906,9 @@
}
},
"@solana/web3.js": {
"version": "0.91.3",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.3.tgz",
"integrity": "sha512-eMKJFDJewiTUEBHyQpk1h6aNQ6d1ac+hyzwzRxQKWzquQgbvNIKBTM2FxmeYF5Os1Vc9SEYG2+AyIWTtdjm0zw==",
"version": "0.92.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.92.1.tgz",
"integrity": "sha512-q6XWTy24Es5hJnZtSn4Ue4qjAjS4R/B2vqq2yHkXRyEtWOFT2BdTrs3O/354VAxj61YtggrQLugi/jUOCivjtw==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",

View File

@ -6,7 +6,7 @@
"@project-serum/serum": "^0.13.23",
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.1.0",
"@solana/web3.js": "^0.91.3",
"@solana/web3.js": "^0.92.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.1",