From 748a9bf52d369dab8d218ba1b35bd24934a39809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 Apr 2019 10:32:49 +0000 Subject: [PATCH] Bump winston-daily-rotate-file from 3.8.0 to 3.9.0 (#5544) Bumps [winston-daily-rotate-file](https://github.com/winstonjs/winston-daily-rotate-file) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/winstonjs/winston-daily-rotate-file/releases) - [Commits](https://github.com/winstonjs/winston-daily-rotate-file/compare/v3.8.0...v3.9.0) 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 803289a1..eb256ea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10007,9 +10007,9 @@ } }, "winston-daily-rotate-file": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-3.8.0.tgz", - "integrity": "sha512-k3usQWe2Iqudi4Ys/tAiGJODSXvqMF+esOIiMJRpWNYnrbuAXBccpaODttDP3GiGVx3H8tE/pS8K3CvkNMqXiw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-3.9.0.tgz", + "integrity": "sha512-KicvoaLQapqjSDSCIUKik0dDb90vFkqx1/udUiAt6iOqAtBl2qBCrpSDNy3xp7WnT6xHCKAWEEp2XILtiN+zpQ==", "requires": { "file-stream-rotator": "^0.4.1", "object-hash": "^1.3.0", diff --git a/package.json b/package.json index 4cf96d3c..ce36c014 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "tv4": "1.3.0", "uuid": "3.3.2", "winston": "3.2.1", - "winston-daily-rotate-file": "3.8.0", + "winston-daily-rotate-file": "3.9.0", "ws": "6.2.1" }, "devDependencies": {