From 78867cb746bfb4742d9fdab7657642c50f7055cb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 12 Jun 2018 16:36:00 +0000 Subject: [PATCH] fix(package): update winston to version 3.0.0 Closes #4826 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c08e5c4678..ce8d4fc94b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "semver": "5.5.0", "tv4": "1.3.0", "uuid": "^3.1.0", - "winston": "2.4.1", + "winston": "3.0.0", "winston-daily-rotate-file": "1.7.2", "ws": "5.2.0" },