From a85e8177d64d3ecf15a6fcc85a019b4460e298c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:06:21 +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 7ffebf0..2201ec6 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "file-matcher": "^1.1.0", "moment": "^2.18.1", "ramda": "^0.25.0", - "winston": "^2.4.0" + "winston": "^3.3.0" } }