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

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.2.4...v1.2.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-04-01 09:45:05 +00:00 committed by GitHub
parent 7d0248ffa4
commit a30e9f5338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -228,9 +228,9 @@
}
},
"@solana/web3.js": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.4.tgz",
"integrity": "sha512-qTYmZiFPrk6ZWniIzLCwa/4+Ovlg6DXLc32Q1SPqqQldnnoZkrCBuZq8mcd8VkPC2pVAwJhxsLTY3I9i5O8tuQ==",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.5.tgz",
"integrity": "sha512-dkKIDhmSM9qX5eJs4bNWPLMLzWcSCd36Imj4IIIfJHKwMfhjO6sWfYjHD4dzB502GoqpvZ/jHv4JBxZR5ERSiA==",
"requires": {
"@babel/runtime": "^7.12.5",
"bn.js": "^5.0.0",

View File

@ -35,7 +35,7 @@
},
"dependencies": {
"@solana/spl-token": "0.1.3",
"@solana/web3.js": "^1.2.4",
"@solana/web3.js": "^1.2.5",
"bn.js": "^5.2.0",
"mkdirp": "^1.0.4"
},