From e5420353d5b56864b4cc41f23a866e4671eeb51b Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Mon, 28 Aug 2023 18:06:33 +0800 Subject: [PATCH] Update deps --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c35c8d86..e7a722df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@toruslabs/fetch-node-details": "^13.0.1", "@toruslabs/http-helpers": "^5.0.0", "@toruslabs/metadata-helpers": "^5.0.0", - "@toruslabs/torus.js": "^11.0.3", + "@toruslabs/torus.js": "^11.0.4", "bowser": "^2.11.0", "events": "^3.3.0", "jwt-decode": "^3.1.2", @@ -3110,9 +3110,9 @@ } }, "node_modules/@toruslabs/torus.js": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/@toruslabs/torus.js/-/torus.js-11.0.3.tgz", - "integrity": "sha512-10Cf4jScfqNHFdczwPgXdj7dXd/WBgSM/aTx4mg0DV728V9h6yRWZhwbChbWV8Xbk5YKEtFCPNL3DTFoYeoZpA==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@toruslabs/torus.js/-/torus.js-11.0.4.tgz", + "integrity": "sha512-MUx5mkX5TuSIgKIsFbh5IhXB22vuOsWcR2Mf9aM1b8SrB9qWE/fQ69s02YcZcMaj9dyOP4AxQrCMmpLNZoQDHw==", "dependencies": { "@toruslabs/constants": "^13.0.1", "@toruslabs/eccrypto": "^4.0.0", diff --git a/package.json b/package.json index 61be09b0..f26c5098 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@toruslabs/fetch-node-details": "^13.0.1", "@toruslabs/http-helpers": "^5.0.0", "@toruslabs/metadata-helpers": "^5.0.0", - "@toruslabs/torus.js": "^11.0.3", + "@toruslabs/torus.js": "^11.0.4", "bowser": "^2.11.0", "events": "^3.3.0", "jwt-decode": "^3.1.2",