Bump @solana/web3.js from 0.86.2 to 0.86.3 in /token-lending/js (#781)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.2 to 0.86.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.2...v0.86.3)

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-11-03 10:19:18 +00:00 committed by GitHub
parent 47f92d9045
commit ce37955ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -127,9 +127,9 @@
}
},
"@solana/web3.js": {
"version": "0.86.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.2.tgz",
"integrity": "sha512-e+NrS4kVdvZfLTvSGXr2jnPH3Gc7LkzO861cdbYgJBMAtTuE1kKsbONZXXcm3Gx2gNKf8+vlCA/hnK9GcaiyFA==",
"version": "0.86.3",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.3.tgz",
"integrity": "sha512-hYcnNi2fqgT2olc8G0SKqzdnBusk5FnAuRw/tznKWpilHP2E5FmNl9P7sZh3E/Z73h3p8yEQx9wketwn1GyTZw==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",

View File

@ -38,7 +38,7 @@
"localnet:logs": "solana-localnet logs -f"
},
"dependencies": {
"@solana/web3.js": "^0.86.2"
"@solana/web3.js": "^0.86.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",