From 1fb58b33fdcb1d549f79f0f0b64f7fcb2873d8d5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 19 Mar 2021 23:16:44 +0200 Subject: [PATCH] Update elliptic to 6.5.4 Fixes #26 Related https://github.com/meteor/node-stubs/pull/25 --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07e33aae5c..c5846763e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "browserify-rsa": "^4.0.0", "create-hash": "^1.1.0", "create-hmac": "^1.1.2", - "elliptic": "^6.0.0", + "elliptic": "^6.5.4", "inherits": "^2.0.1", "parse-asn1": "^5.0.0" } @@ -186,7 +186,7 @@ "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "requires": { "bn.js": "^4.1.0", - "elliptic": "^6.0.0" + "elliptic": "^6.5.4" } }, "create-hash": {