From 2936d3af33e9327d0934af26c13353f3618cbb35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 11:25:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-511941 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-571484 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d3c307..75d1f9d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "asn1js": "^3.0.2", "core-js": "^3.22.5", "des.js": "^1.0.1", - "elliptic": "https://github.com/mahrud/elliptic", + "elliptic": "6.5.4", "pvtsutils": "^1.3.2", "tslib": "^2.4.0", "webcrypto-core": "^1.7.5"