From 642f93b3755d6525bdf94f630990bde313fd9f6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 17:15:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://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 7ae497cbba..03becee707 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "tinymce":"4.2.3", - "elliptic": "6.4.1", + "elliptic": "6.6.0", "yallist":"4.0.0", "hfs":"0.52.9", "fs":"0.0.1-security",