From 168175c3d1309aa52adc3d4fe7d95abdfdef01fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 11:18:17 +0000 Subject: [PATCH] Bump elliptic from 6.4.0 to 6.5.3 in /threshodl Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3) Signed-off-by: dependabot[bot] --- threshodl/package-lock.json | 14 +++++++------- threshodl/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/threshodl/package-lock.json b/threshodl/package-lock.json index 33e69a4..3a3d61d 100644 --- a/threshodl/package-lock.json +++ b/threshodl/package-lock.json @@ -15,9 +15,9 @@ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, "elliptic": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz", - "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "requires": { "bn.js": "^4.4.0", "brorand": "^1.0.1", @@ -29,12 +29,12 @@ } }, "hash.js": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.4.tgz", - "integrity": "sha512-A6RlQvvZEtFS5fLU43IDu0QUmBy+fDO9VMdTXvufKwIkt/rFfvICAViCax5fbDO4zdNzaC3/27ZhKUok5bAJyw==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "requires": { "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.0" + "minimalistic-assert": "^1.0.1" } }, "hmac-drbg": { diff --git a/threshodl/package.json b/threshodl/package.json index fdb651e..8331f03 100644 --- a/threshodl/package.json +++ b/threshodl/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "bn.js": "^4.11.8", - "elliptic": "^6.4.0", + "elliptic": "^6.5.3", "sha.js": "^2.4.11" }, "devDependencies": {},