From 7d666b86ceb0daa5f20a16fc99cb522fa9dd9f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 09:36:21 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js in /token-lending/js (#1639) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.5.0...v1.7.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 c01922ea..712c4de0 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -241,9 +241,9 @@ } }, "@solana/web3.js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.5.0.tgz", - "integrity": "sha512-o9Md2wDRKcI7uQksOp6yW6llhfCEm2QyblvM1qTjIbmaxuJn2ID2p0hIsJM7p+p88I/neFt+rodi58kVvk98Cg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.0.tgz", + "integrity": "sha512-rGMQOh6c32eWK2Rcznyzby9O4JjA3bdYO1z+5VwWAFnA5JpfFU0NQrmQffYBP9DfiiLgeKklcJm/VRNd84Wp7g==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index c787041b..3a3842a6 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@solana/spl-token": "0.1.3", - "@solana/web3.js": "^1.5.0", + "@solana/web3.js": "^1.7.0", "bn.js": "^5.2.0", "mkdirp": "^1.0.4" },