From 168e16fcb54886a0281b0c983e1482a097042684 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Mar 2024 22:41:01 -0800 Subject: [PATCH] [Deps] pin `elliptic` due to a breaking change See https://github.com/indutny/elliptic/issues/314 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f275524..a5fa936 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "browserify-rsa": "^4.1.0", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "elliptic": "^6.5.4", + "elliptic": "=6.5.1", "inherits": "^2.0.4", "parse-asn1": "^5.1.6", "readable-stream": "^3.6.2",