From ce37955ea2696ff9b4dbc4f8a33fa0b51b259414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 10:19:18 +0000 Subject: [PATCH] Bump @solana/web3.js from 0.86.2 to 0.86.3 in /token-lending/js (#781) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.86.2 to 0.86.3. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.2...v0.86.3) 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 ffff8d77..a47895fa 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -127,9 +127,9 @@ } }, "@solana/web3.js": { - "version": "0.86.2", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.2.tgz", - "integrity": "sha512-e+NrS4kVdvZfLTvSGXr2jnPH3Gc7LkzO861cdbYgJBMAtTuE1kKsbONZXXcm3Gx2gNKf8+vlCA/hnK9GcaiyFA==", + "version": "0.86.3", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.3.tgz", + "integrity": "sha512-hYcnNi2fqgT2olc8G0SKqzdnBusk5FnAuRw/tznKWpilHP2E5FmNl9P7sZh3E/Z73h3p8yEQx9wketwn1GyTZw==", "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 8b9f00d7..a80a6fe9 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -38,7 +38,7 @@ "localnet:logs": "solana-localnet logs -f" }, "dependencies": { - "@solana/web3.js": "^0.86.2" + "@solana/web3.js": "^0.86.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0",