From 48a72fba2eda7e5f0bc7dbd649f274f88d01bd1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Feb 2021 23:58:15 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7394193f9..c59c4f824 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "cors": "^2.8.4", "cross-fetch": "^3.0.5", "depcheck": "^0.8.3", - "elliptic": "^6.5.3", + "elliptic": "^6.5.4", "eslint-plugin-jest": "^23.8.2", "express-winston": "^3.1.0", "inquirer": "^7.1.0",