From e9ef73d35fc5bfa65565c2aa7d8f04dcb2e8b779 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:50:16 +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 da3bb7a67a..70b7ff68c9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "redis": "^2.5.0-1", "request": "^2.65.0", "tv4": "^1.2.7", - "winston": "^2.1.1", + "winston": "^3.3.0", "winston-daily-rotate-file": "^1.0.1", "ws": "^1.0.1" },