From bae3a44aaa783b411c256cb798139f765066f557 Mon Sep 17 00:00:00 2001 From: Matt Howell Date: Wed, 27 Nov 2024 07:13:14 -0500 Subject: [PATCH] Update elliptic for CVE-2024-48949 https://nvd.nist.gov/vuln/detail/CVE-2024-48949 https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0ca089..001fb0f 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.5", + "elliptic": "^6.6.1", "hash-base": "~3.0", "inherits": "^2.0.4", "parse-asn1": "^5.1.7",