From 9f4189bd36795653d7addfc6a6074e3994a09f43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 15:58:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ae497cbba..be8bb6d9dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "tinymce":"4.2.3", - "elliptic": "6.4.1", + "elliptic": "6.5.6", "yallist":"4.0.0", "hfs":"0.52.9", "fs":"0.0.1-security", @@ -56,7 +56,7 @@ "optional": "^0.1.3", "st": "0.2.4", "stream-buffers": "^3.0.1", - "tap": "^11.1.3", + "tap": "^18.0.0", "typeorm": "^0.2.25", "validator": "^13.5.2", "kafka-node": "5.0.0"