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:
dependabot[bot] 2020-10-22 09:19:17 +00:00 committed by GitHub
parent db42f7abbe
commit a328f9651b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2689,9 +2689,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.81.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.81.0.tgz",
"integrity": "sha512-smDYZno2lGOY5Yx2vTp2w77dPnrpijKB6cuilL1pMh06NBX+AqSt3Paftk00aBHcDucOp+fjEEyuhHVeZQWLBA==",
"version": "0.82.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.82.0.tgz",
"integrity": "sha512-0M+hKtR7VAALTT3L+VIwAHRCRCJ8ZF7UtUTn7dP4nT8DK60fB30mx0yfzha6MQL0kJyNeNwqsmmZpr4PVgk1Tw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -5577,9 +5577,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.12.68",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.68.tgz",
"integrity": "sha512-3RW2s24ewB7F9dAHvgb9FRvNHn6nO9IK6Eaknbz7HTOe2a5GVne5XbUh5+YA+kcCn67glyHhClUUdFP73LWrgQ=="
"version": "12.19.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.0.tgz",
"integrity": "sha512-4BVAE9yp5DU3ISqBInsaRp9J474HWNaNVs8eZ1Far3dI1MwS3Wk0EvBRMM4xBh3Oz+c05hUgJmcbtAVmG8bv7w=="
},
"lodash": {
"version": "4.17.20",

View File

@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@solana/web3.js": "^0.81.0",
"@solana/web3.js": "^0.82.0",
"bn.js": "^5.0.0",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",