From ac70975e0bafde1b2db6d1c8b9f536a7df2497c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 23:47:22 +0000 Subject: [PATCH] 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] 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 b2fbf22c..fc84f9d0 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -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", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 6eea15a0..9bc0e30d 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.90.4", + "@solana/web3.js": "^0.90.5", "bn.js": "^5.0.0", "mkdirp": "^1.0.4" },