diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index aee73501..0183f933 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -180,9 +180,9 @@ } }, "@solana/web3.js": { - "version": "0.88.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.88.0.tgz", - "integrity": "sha512-e3dvt+k6keooHuwRR7ZcQoiz0Emi/5fr5QsLBCJyM6WOtId5IYVXLl/3VRxLOBWWcvnhUrhejrOTrASEs1bEqA==", + "version": "0.89.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.89.0.tgz", + "integrity": "sha512-5+yu7mel0y9gmsBleI6yO9sW/vGUV0JhHxJ55KutqYWPV9/S/SJ+tEV9a/uuAw+MXbLj5EW6knt/GpdCSe0MvQ==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index c6a9b6c1..7f31ddcf 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@solana/spl-token": "0.0.13", - "@solana/web3.js": "^0.88.0", + "@solana/web3.js": "^0.89.0", "bn.js": "^5.0.0", "mkdirp": "^1.0.4" },