chore:(deps): bump @solana/web3.js from 1.2.6 to 1.2.7 in /explorer (#16481)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.6 to 1.2.7. - [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.2.6...v1.2.7) 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
dc7030ffaa
commit
a7c7287cc3
|
@ -2617,9 +2617,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@solana/web3.js": {
|
"@solana/web3.js": {
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.6.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.7.tgz",
|
||||||
"integrity": "sha512-TAAC5+zq7BHn3+mz6jpJlKFvcTqy0Fj/a+Fq3T5MVvsidlVTmIh18qiGPpe3Ve4eMZquF7JcytS8JanEyvgO6g==",
|
"integrity": "sha512-n0G+Mskqwj+lp15cUnlFEOKhD+85lkfoaz8aI/SIzvZBBPn6rU6JFybOF8JP3/jf3jnIr4ExK4sCG68i8On99A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.12.5",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"@react-hook/debounce": "^3.0.0",
|
"@react-hook/debounce": "^3.0.0",
|
||||||
"@sentry/react": "^6.2.5",
|
"@sentry/react": "^6.2.5",
|
||||||
"@solana/spl-token-registry": "^0.2.51",
|
"@solana/spl-token-registry": "^0.2.51",
|
||||||
"@solana/web3.js": "^1.2.6",
|
"@solana/web3.js": "^1.2.7",
|
||||||
"@testing-library/jest-dom": "^5.11.10",
|
"@testing-library/jest-dom": "^5.11.10",
|
||||||
"@testing-library/react": "^11.2.6",
|
"@testing-library/react": "^11.2.6",
|
||||||
"@testing-library/user-event": "^13.1.1",
|
"@testing-library/user-event": "^13.1.1",
|
||||||
|
|
Loading…
Reference in New Issue