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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.90.4 to 0.90.5.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.90.4...v0.90.5)

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-02-04 23:47:22 +00:00 committed by GitHub
parent 1c06b0ed3e
commit ac70975e0b
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.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.4.tgz",
"integrity": "sha512-3HKXIcu+XXsXEFE58Yx6MZkbvSW1Pp0g9Hcvz2o0C5mawh7if2L7abgD5WNdXfIt3M4f6jM+H8fVSuoOJOZjrg==",
"version": "0.90.5",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.5.tgz",
"integrity": "sha512-2elnwfIkdtrUjLdTBKu7Rc3mTv95k2cn+JtNtmO2fY/PFRZm7mnGS/gk/wWzGCpBVLiqz2o6o21oONqyDtLG/w==",
"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.4",
"@solana/web3.js": "^0.90.5",
"bn.js": "^5.0.0",
"mkdirp": "^1.0.4"
},