From 79b4026d36160e57575fddabc0b87d7d32002d72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:07:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f04bf22e26..9f4968745b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "semver": "5.5.0", "tv4": "1.3.0", "uuid": "^3.1.0", - "winston": "2.4.0", + "winston": "3.3.0", "winston-daily-rotate-file": "1.7.2", "ws": "4.0.0" },