Bump @solana/web3.js from 0.68.0 to 0.71.1 in /token-swap/js (#278)

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:
dependabot[bot] 2020-08-14 22:28:27 +00:00 committed by GitHub
parent 908ce7ccb3
commit d4a526a90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1630,9 +1630,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.68.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.68.0.tgz",
"integrity": "sha512-UkzLgBVHztUHzYnXlYdSp6Lc/NJi4B3qBPc/MV6lBbr9d6WISwrfUb1YmkLBEcnvmkXITZwePSgfoRkdIC3CoA==",
"version": "0.71.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.1.tgz",
"integrity": "sha512-LV8fwCIyL1n4OfaRTDCznjXxpPn4506YNESMU19BfERQl8IwQDWI6OKdWImpPpUQUEtGceaXbw9bPGtSMlqXJA==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -2593,9 +2593,9 @@
"dev": true
},
"crypto-hash": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/crypto-hash/-/crypto-hash-1.2.2.tgz",
"integrity": "sha512-rXXMXepuKg9gIfqE7I1jtVa6saLhzIkDQ2u3kTGUWYiUGsHcUa3LTsfrjPEdOY8kxKlryQtsOmJOU0F23yRJTg=="
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/crypto-hash/-/crypto-hash-1.3.0.tgz",
"integrity": "sha512-lyAZ0EMyjDkVvz8WOeVnuCPvKVBXcMv1l5SVqO1yC7PzTwrD/pPje/BIRbWhMoPe436U+Y2nD7f5bFx0kt+Sbg=="
},
"css-select": {
"version": "1.2.0",

View File

@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@solana/web3.js": "^0.68.0",
"@solana/web3.js": "^0.71.1",
"bn.js": "^5.0.0",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",