chore:(deps): bump @solana/web3.js from 1.21.0 to 1.22.0 in /explorer (#18794)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: "@solana/web3.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-07-21 15:15:35 -07:00 committed by GitHub
parent 548cf6a437
commit c8ef041951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.9.0",
"@solana/spl-token-registry": "^0.2.203",
"@solana/web3.js": "^1.21.0",
"@solana/web3.js": "^1.22.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.0",
@ -3323,9 +3323,9 @@
}
},
"node_modules/@solana/web3.js": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.21.0.tgz",
"integrity": "sha512-x1NXlF92tEjxuTxS0u4n9JV17UKk0Dn2L+qSWGvKOb4iWhzApDj6wicJsrGdSbGdxnZ7eciQ/SNn3zB4ydUllA==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.22.0.tgz",
"integrity": "sha512-7BQUiR1AIj2L8KJ8LYsI31iPRLytgF8T4hz7xLlvvBfalpUK7qD2om7frlNpXl8ROUpvruNf83QaectJdZJW1w==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@solana/buffer-layout": "^3.0.0",
@ -27489,9 +27489,9 @@
}
},
"@solana/web3.js": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.21.0.tgz",
"integrity": "sha512-x1NXlF92tEjxuTxS0u4n9JV17UKk0Dn2L+qSWGvKOb4iWhzApDj6wicJsrGdSbGdxnZ7eciQ/SNn3zB4ydUllA==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.22.0.tgz",
"integrity": "sha512-7BQUiR1AIj2L8KJ8LYsI31iPRLytgF8T4hz7xLlvvBfalpUK7qD2om7frlNpXl8ROUpvruNf83QaectJdZJW1w==",
"requires": {
"@babel/runtime": "^7.12.5",
"@solana/buffer-layout": "^3.0.0",

View File

@ -9,7 +9,7 @@
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.9.0",
"@solana/spl-token-registry": "^0.2.203",
"@solana/web3.js": "^1.21.0",
"@solana/web3.js": "^1.22.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.0",