chore:(deps): bump @solana/web3.js from 1.14.0 to 1.16.1 in /explorer (#17706)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.14.0 to 1.16.1.
- [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.14.0...v1.16.1)

---
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-06-03 08:31:04 +00:00 committed by GitHub
parent 57ce1898ba
commit 0b0b9d91a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2822,9 +2822,9 @@
}
},
"@solana/web3.js": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.14.0.tgz",
"integrity": "sha512-CtGvJQbhUR6mNOGUYX3f0XJCgW2c5UM7pL8MZbv7Pc6vflh+hiKBd1vzi8HvBr9dKhyNDvq7jHgZ6zezz0y9Cw==",
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.16.1.tgz",
"integrity": "sha512-Dh6usnN9AkXzHGbN7II/gLJoG0OslzCy6pzcZiesJY9fh5Z6D532opClptNiIoz0ZGU7RRt41wgbzUo/zyohvg==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",

View File

@ -9,7 +9,7 @@
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.5.0",
"@solana/spl-token-registry": "^0.2.118",
"@solana/web3.js": "^1.14.0",
"@solana/web3.js": "^1.16.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",