Bump @solana/web3.js from 0.68.0 to 0.71.1 in /token/js (#279)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.68.0 to 0.71.1. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.68.0...v0.71.1) 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
d4a526a90b
commit
c12b04aaaa
|
@ -2202,9 +2202,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@solana/web3.js": {
|
"@solana/web3.js": {
|
||||||
"version": "0.68.0",
|
"version": "0.71.1",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.68.0.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.1.tgz",
|
||||||
"integrity": "sha512-UkzLgBVHztUHzYnXlYdSp6Lc/NJi4B3qBPc/MV6lBbr9d6WISwrfUb1YmkLBEcnvmkXITZwePSgfoRkdIC3CoA==",
|
"integrity": "sha512-LV8fwCIyL1n4OfaRTDCznjXxpPn4506YNESMU19BfERQl8IwQDWI6OKdWImpPpUQUEtGceaXbw9bPGtSMlqXJA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.3.1",
|
"@babel/runtime": "^7.3.1",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.10.5",
|
"@babel/runtime": "^7.10.5",
|
||||||
"@solana/web3.js": "^0.68.0",
|
"@solana/web3.js": "^0.71.1",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
"buffer-layout": "^1.2.0",
|
"buffer-layout": "^1.2.0",
|
||||||
"dotenv": "8.2.0",
|
"dotenv": "8.2.0",
|
||||||
|
|
Loading…
Reference in New Issue