Bump @solana/web3.js from 0.71.10 to 0.71.11 in /token-swap/js (#392)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.71.10 to 0.71.11.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.10...v0.71.11)

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-09-05 22:46:30 +00:00 committed by GitHub
parent ac73bd2e73
commit 11b1e3eefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 13 deletions

View File

@ -1636,9 +1636,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.71.10",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.10.tgz",
"integrity": "sha512-f2IdMySxFDHWxpAiXcSwn+CA7XKGTDSY2Ko0EOpdJJmNEW/BqnQ7BOw/R1OO8ZtDihHZn7sAyVmPo7kupmgOfA==",
"version": "0.71.11",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.71.11.tgz",
"integrity": "sha512-x8Hrk8pQuHicxJA5lTJEIsm7rTTorLQv01Wd7ge6CYKXxLQOwtTJV/fPlsAURtfYb92VtYgMbl9vvfXt9uXydw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -4612,11 +4612,6 @@
"integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
"dev": true
},
"next-tick": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
"integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ=="
},
"nice-try": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
@ -5365,16 +5360,15 @@
}
},
"rpc-websockets": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.3.1.tgz",
"integrity": "sha512-7DhZirsTQv4UMS/9q9t3Urhb6kmh3iLyqIFeuhKmQtsmLP3fWrc2KyfoU5zuiBR7HP1IaNhEc3y8rL9SyCXqbw==",
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.3.2.tgz",
"integrity": "sha512-13+luhSPKMd+LYNXb1PUb3eqZsOdwBjfqgFfs9ShTapXYI3wwq5CSLiRYdAucdRH2qOlcpMaqBkRxwvjuKtapQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"assert-args": "^1.2.1",
"bufferutil": "^4.0.1",
"circular-json": "^0.5.9",
"eventemitter3": "^4.0.6",
"next-tick": "^1.1.0",
"utf-8-validate": "^5.0.2",
"uuid": "^8.3.0",
"ws": "^7.3.1"

View File

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