chore:(deps): bump @solana/web3.js from 1.27.0 to 1.28.0 in /explorer (#20033)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.27.0 to 1.28.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.27.0...v1.28.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-09-20 13:22:22 -04:00 committed by GitHub
parent 4716cd518d
commit 219a3bfab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.12.0",
"@solana/spl-token-registry": "^0.2.247",
"@solana/web3.js": "^1.27.0",
"@solana/web3.js": "^1.28.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
@ -3597,9 +3597,9 @@
}
},
"node_modules/@solana/web3.js": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.27.0.tgz",
"integrity": "sha512-1vz503S39CgVwT3b8Y8HhDl4u7NpyoG/UtJKwlPZCYx+11q/qqcfpdbHXNSq2cu7FQma3MHa5wHILd8k1Vz2wQ==",
"version": "1.28.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.28.0.tgz",
"integrity": "sha512-9sCXVVsRNR8MO4Ww3yyTYLXqNmpz7qX0wVeKHpwYtLTzKh3inncGOniYwpYPFRwEo8ivh0Q+c/GM2EnUHOviRg==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@solana/buffer-layout": "^3.0.0",
@ -27457,9 +27457,9 @@
}
},
"@solana/web3.js": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.27.0.tgz",
"integrity": "sha512-1vz503S39CgVwT3b8Y8HhDl4u7NpyoG/UtJKwlPZCYx+11q/qqcfpdbHXNSq2cu7FQma3MHa5wHILd8k1Vz2wQ==",
"version": "1.28.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.28.0.tgz",
"integrity": "sha512-9sCXVVsRNR8MO4Ww3yyTYLXqNmpz7qX0wVeKHpwYtLTzKh3inncGOniYwpYPFRwEo8ivh0Q+c/GM2EnUHOviRg==",
"requires": {
"@babel/runtime": "^7.12.5",
"@solana/buffer-layout": "^3.0.0",

View File

@ -10,7 +10,7 @@
"@react-hook/debounce": "^4.0.0",
"@sentry/react": "^6.12.0",
"@solana/spl-token-registry": "^0.2.247",
"@solana/web3.js": "^1.27.0",
"@solana/web3.js": "^1.28.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",