From 44a1960d6120ec03454ecc30e7a5717eea4c1918 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Aug 2024 08:15:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f29f6e..5bac813 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "asn1js": "^3.0.5", "core-js": "^3.35.1", "des.js": "^1.1.0", - "elliptic": "https://github.com/mahrud/elliptic", + "elliptic": "6.5.7", "pvtsutils": "^1.3.5", "tslib": "^2.6.2", "webcrypto-core": "^1.7.8"