From 346378ddc78dbc82fc12786d78c55df4806d589c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 10:23:29 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js in /token-lending/js (#1089) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.89.0 to 0.90.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.89.0...v0.90.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 6 +++--- token-lending/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 8b094d7d..6489ba5a 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -180,9 +180,9 @@ } }, "@solana/web3.js": { - "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==", + "version": "0.90.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.0.tgz", + "integrity": "sha512-bBWEBLbU26we/gcLMfAxg2V/r1Y1WiPAfVcWV8vJDd9EsRt56I9bt6fATUaHhKgfmQQtxBdxCiz9LCm3WrPQEQ==", "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 7eb827b2..c5d651b5 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.89.0", + "@solana/web3.js": "^0.90.0", "bn.js": "^5.0.0", "mkdirp": "^1.0.4" },