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:
parent
57ce1898ba
commit
0b0b9d91a8
|
@ -2822,9 +2822,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@solana/web3.js": {
|
"@solana/web3.js": {
|
||||||
"version": "1.14.0",
|
"version": "1.16.1",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.14.0.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.16.1.tgz",
|
||||||
"integrity": "sha512-CtGvJQbhUR6mNOGUYX3f0XJCgW2c5UM7pL8MZbv7Pc6vflh+hiKBd1vzi8HvBr9dKhyNDvq7jHgZ6zezz0y9Cw==",
|
"integrity": "sha512-Dh6usnN9AkXzHGbN7II/gLJoG0OslzCy6pzcZiesJY9fh5Z6D532opClptNiIoz0ZGU7RRt41wgbzUo/zyohvg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.12.5",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"@react-hook/debounce": "^3.0.0",
|
"@react-hook/debounce": "^3.0.0",
|
||||||
"@sentry/react": "^6.5.0",
|
"@sentry/react": "^6.5.0",
|
||||||
"@solana/spl-token-registry": "^0.2.118",
|
"@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/jest-dom": "^5.12.0",
|
||||||
"@testing-library/react": "^11.2.7",
|
"@testing-library/react": "^11.2.7",
|
||||||
"@testing-library/user-event": "^13.1.9",
|
"@testing-library/user-event": "^13.1.9",
|
||||||
|
|
Loading…
Reference in New Issue