From 26a3c62a50ad58c9b4e60aadb7b812dbd220c55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:34:38 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js in /token-lending/js (#1344) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.92.2 to 0.93.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.92.2...v0.93.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 19 ++++++++++++------- token-lending/js/package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index b5686578..024de871 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -180,9 +180,9 @@ } }, "@solana/web3.js": { - "version": "0.92.2", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.92.2.tgz", - "integrity": "sha512-K2gzja05MeeFa3r+y4kxUpeWYWPTc1WPKHRP0yaKVPs3daBb5VcfEq234OrrzyJKOsNFyNhyHnaGdqX/+uYLOA==", + "version": "0.93.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.93.0.tgz", + "integrity": "sha512-4OcenII2+VJlJaPwk4yiQAurY4Xk/RX13cYRFsvaVfSay8ZuJ3bnL7kzPO2GKOwrwTZmNqroCUTAYxJETuXouA==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", @@ -195,14 +195,14 @@ "node-fetch": "^2.6.1", "rpc-websockets": "^7.4.2", "secp256k1": "^4.0.2", - "superstruct": "^0.8.3", + "superstruct": "^0.14.2", "tweetnacl": "^1.0.0" }, "dependencies": { "@types/node": { - "version": "12.20.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.3.tgz", - "integrity": "sha512-63cSd8J30Sr4/aFKKfDmCEM4GMH3W2efWT0Ii/B+Ohm3id0TU2xPEBFktiq3nXCZcN6VwVvpyv75I4zTP7YO/w==" + "version": "12.20.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.4.tgz", + "integrity": "sha512-xRCgeE0Q4pT5UZ189TJ3SpYuX/QGl6QIAOAIeDSbAVAd2gX1NxSZup4jNVK7cxIeP8KDSbJgcckun495isP1jQ==" }, "jayson": { "version": "3.4.4", @@ -221,6 +221,11 @@ "lodash": "^4.17.20", "uuid": "^3.4.0" } + }, + "superstruct": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.14.2.tgz", + "integrity": "sha512-nPewA6m9mR3d6k7WkZ8N8zpTWfenFH3q9pA2PkuiZxINr9DKB2+40wEQf0ixn8VaGuJ78AB6iWOtStI+/4FKZQ==" } } }, diff --git a/token-lending/js/package.json b/token-lending/js/package.json index bef6ca17..89857936 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.92.2", + "@solana/web3.js": "^0.93.0", "bn.js": "^5.2.0", "mkdirp": "^1.0.4" },