Bump @solana/web3.js from 0.80.1 to 0.80.2 in /token-lending/js (#616)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.80.1 to 0.80.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.80.1...v0.80.2)

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-14 10:33:56 +00:00 committed by GitHub
parent c1766887ab
commit b45e3bf00c
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.80.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.1.tgz",
"integrity": "sha512-qAzavu5g8Dj1H3+UAt/JqFdnvz7YQUv+STtwDW80RkIkFvmzz2NJ2QiR1/dhaKq8GY3BdaN1BneIxe1zQhVJkw==",
"version": "0.80.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.2.tgz",
"integrity": "sha512-tvthhTJUXL3DilpNYBrT/20kyDU3WIuXltZJ349akvBiR7SHPMG3w66OddVF7N3f3E6lWu+Mo3gH/Dyyz2LIMA==",
"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.80.1"
"@solana/web3.js": "^0.80.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",