Bump @solana/web3.js from 0.81.0 to 0.82.0 in /token-swap/js (#683)

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-21 11:26:19 +00:00 committed by GitHub
parent b56d695732
commit 8b95867df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2389,9 +2389,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",
@ -5254,9 +5254,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.12.69",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.69.tgz",
"integrity": "sha512-2F2VQRSFmzqgUEXw75L51MgnnZqc6bKWVSUPfrDPzp6mzGGibeVwyQcpvZvBr5RnsoMRHmC8EcBQiobSeqeJxg=="
},
"lodash": {
"version": "4.17.20",

View File

@ -46,7 +46,7 @@
"keywords": [],
"dependencies": {
"@babel/runtime": "^7.11.2",
"@solana/web3.js": "^0.81.0",
"@solana/web3.js": "^0.82.0",
"bn.js": "^5.1.3",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",