From 84ca3465ad2ffab6cadd0dc568c731668e3f45e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 15 Dec 2018 08:07:44 -0500 Subject: [PATCH] Bump winston from 2.4.1 to 2.4.4 (#5203) Bumps [winston](https://github.com/winstonjs/winston) from 2.4.1 to 2.4.4. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/2.4.4/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/2.4.1...2.4.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd5bb2e5b0..c56d87ed6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10462,9 +10462,9 @@ } }, "winston": { - "version": "2.4.1", - "resolved": "http://registry.npmjs.org/winston/-/winston-2.4.1.tgz", - "integrity": "sha512-k/+Dkzd39ZdyJHYkuaYmf4ff+7j+sCIy73UCOWHYA67/WXU+FF/Y6PF28j+Vy7qNRPHWO+dR+/+zkoQWPimPqg==", + "version": "2.4.4", + "resolved": "http://registry.npmjs.org/winston/-/winston-2.4.4.tgz", + "integrity": "sha512-NBo2Pepn4hK4V01UfcWcDlmiVTs7VTB1h7bgnB0rgP146bYhMxX0ypCz3lBOfNxCO4Zuek7yeT+y/zM1OfMw4Q==", "requires": { "async": "~1.0.0", "colors": "1.0.x", diff --git a/package.json b/package.json index 052766485f..cba8cca015 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "semver": "5.6.0", "tv4": "1.3.0", "uuid": "^3.1.0", - "winston": "2.4.1", + "winston": "2.4.4", "winston-daily-rotate-file": "1.7.2", "ws": "6.1.2" },