Bump @solana/web3.js from 0.81.0 to 0.82.0 in /token/js (#685)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.81.0 to 0.82.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.81.0...v0.82.0) 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
db42f7abbe
commit
a328f9651b
|
@ -2689,9 +2689,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@solana/web3.js": {
|
"@solana/web3.js": {
|
||||||
"version": "0.81.0",
|
"version": "0.82.0",
|
||||||
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.81.0.tgz",
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.82.0.tgz",
|
||||||
"integrity": "sha512-smDYZno2lGOY5Yx2vTp2w77dPnrpijKB6cuilL1pMh06NBX+AqSt3Paftk00aBHcDucOp+fjEEyuhHVeZQWLBA==",
|
"integrity": "sha512-0M+hKtR7VAALTT3L+VIwAHRCRCJ8ZF7UtUTn7dP4nT8DK60fB30mx0yfzha6MQL0kJyNeNwqsmmZpr4PVgk1Tw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.3.1",
|
"@babel/runtime": "^7.3.1",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
|
@ -5577,9 +5577,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
"version": "12.12.68",
|
"version": "12.19.0",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.68.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.0.tgz",
|
||||||
"integrity": "sha512-3RW2s24ewB7F9dAHvgb9FRvNHn6nO9IK6Eaknbz7HTOe2a5GVne5XbUh5+YA+kcCn67glyHhClUUdFP73LWrgQ=="
|
"integrity": "sha512-4BVAE9yp5DU3ISqBInsaRp9J474HWNaNVs8eZ1Far3dI1MwS3Wk0EvBRMM4xBh3Oz+c05hUgJmcbtAVmG8bv7w=="
|
||||||
},
|
},
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "4.17.20",
|
"version": "4.17.20",
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.10.5",
|
"@babel/runtime": "^7.10.5",
|
||||||
"@solana/web3.js": "^0.81.0",
|
"@solana/web3.js": "^0.82.0",
|
||||||
"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