From 4eb81c40b8a7e9951f39aca00c3ef2b6bbe2456c Mon Sep 17 00:00:00 2001 From: Massimiliano Cannarozzo Date: Sat, 19 Sep 2020 09:30:45 +0200 Subject: [PATCH] Update winston Ref. https://github.com/winstonjs/winston/issues/1797 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2ef861e..9aad81a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "request-promise-native": "^1.0.5", "rollbar": "^2.5.1", "universal-analytics": "^0.4.20", - "winston": "^2.4.4" + "winston": "^2.4.5" }, "devDependencies": { "chai": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 989a885..6a6ac85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4155,9 +4155,10 @@ widest-line@^2.0.0: dependencies: string-width "^2.1.1" -winston@^2.4.4: - version "2.4.4" - resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.4.tgz#a01e4d1d0a103cf4eada6fc1f886b3110d71c34b" +winston@^2.4.5: + version "2.4.5" + resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.5.tgz#f2e431d56154c4ea765545fc1003bd340c95b59a" + integrity sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A== dependencies: async "~1.0.0" colors "1.0.x"