Bump @solana/web3.js from 0.87.0 to 0.88.0 in /token-lending/js (#968)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.87.0 to 0.88.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.87.0...v0.88.0)

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-12-25 10:23:52 +00:00 committed by GitHub
parent 95ad894c25
commit 5a098026ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -180,9 +180,9 @@
}
},
"@solana/web3.js": {
"version": "0.87.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.87.0.tgz",
"integrity": "sha512-8Hzkeqhk7Gh2+jvdzRFGTQyjEaRb0rsV2psaWMtTUHIbNKvMUqWMi6PTI7f4Fd1jS/iPSTKZkV5F7tHit+mmgQ==",
"version": "0.88.0",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.88.0.tgz",
"integrity": "sha512-e3dvt+k6keooHuwRR7ZcQoiz0Emi/5fr5QsLBCJyM6WOtId5IYVXLl/3VRxLOBWWcvnhUrhejrOTrASEs1bEqA==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",
@ -716,9 +716,9 @@
}
},
"buffer": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.2.tgz",
"integrity": "sha512-XeXCUm+F7uY7fIzq4pKy+BLbZk4SgYS5xwlZOFYD3UEcAD+PwOoTaFr/SaXvhR1yRa8SKyPSZ7LNX4N65w7h8A==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"requires": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"

View File

@ -39,7 +39,7 @@
},
"dependencies": {
"@solana/spl-token": "0.0.13",
"@solana/web3.js": "^0.87.0",
"@solana/web3.js": "^0.88.0",
"bn.js": "^5.0.0"
},
"devDependencies": {