diff --git a/package-lock.json b/package-lock.json index fdd430abeb..811fd2d573 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 42934bdec9..991bf61351 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" },