build(deps): bump @solana/web3.js in /token-lending/js (#1111)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.90.0 to 0.90.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.90.0...v0.90.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] 2021-01-21 10:25:14 +00:00 committed by GitHub
parent 11c3c65117
commit c503686159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -180,9 +180,9 @@
}
},
"@solana/web3.js": {
"version": "0.90.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.0.tgz",
"integrity": "sha512-bBWEBLbU26we/gcLMfAxg2V/r1Y1WiPAfVcWV8vJDd9EsRt56I9bt6fATUaHhKgfmQQtxBdxCiz9LCm3WrPQEQ==",
"version": "0.90.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.1.tgz",
"integrity": "sha512-TQtV4vBFuOZ2lxxt0XYKJ/3WuZOhbwjLZ9M8YFxvC/Wgho6DwWVeJKmQ1RGmdaDmusiYfmE8jGI/32624g5c6w==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",

View File

@ -39,7 +39,7 @@
},
"dependencies": {
"@solana/spl-token": "0.0.13",
"@solana/web3.js": "^0.90.0",
"@solana/web3.js": "^0.90.1",
"bn.js": "^5.0.0",
"mkdirp": "^1.0.4"
},