From 501d69500dea588391ef01897c420d47416fb726 Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Mon, 23 Mar 2026 21:11:30 +0100 Subject: [PATCH] Update elliptic dependency from git to version 6.6.1 Kept getting TypeError: Invalid comparator: with the git+URL. --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index fbe66aa3..903c4a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9854,7 +9854,7 @@ "asn1js": "^3.0.5", "core-js": "^3.35.1", "des.js": "^1.1.0", - "elliptic": "git+https://github.com/mahrud/elliptic.git", + "elliptic": "^6.6.1", "pvtsutils": "^1.3.5", "tslib": "^2.6.2", "webcrypto-core": "^1.7.8"