From 6ed85547bc587375915e240bbb750fb3ca623a8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:04:30 +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 2eb7fc9..d254c18 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "dateformat": "^1.0.11", "express": "^4.12.0", "express-http-proxy": "^0.3.1", - "winston": "^0.9.0" + "winston": "^3.3.0" } }