From 338b6665226e2b5d931990d431b53e0aa92b6c3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2020 03:24:27 +0000 Subject: [PATCH] fix: upgrade winston-daily-rotate-file from 4.4.2 to 4.5.0 Snyk has created this PR to upgrade winston-daily-rotate-file from 4.4.2 to 4.5.0. See this package in NPM: https://www.npmjs.com/package/winston-daily-rotate-file See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr --- 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 0568de258a..3dc97f86ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11030,9 +11030,9 @@ } }, "winston-daily-rotate-file": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.4.2.tgz", - "integrity": "sha512-pVOUJKxN+Kn6LnOJZ4tTwdV5+N+fCkiRAb3bVnzcPtOj1ScxGNC3DyUhHuAHssBtMl5s45/aUcSUtApH+69V5A==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.0.tgz", + "integrity": "sha512-/HqeWiU48dzGqcrABRlxYWVMdL6l3uKCtFSJyrqK+E2rLnSFNsgYpvwx15EgTitBLNzH69lQd/+z2ASryV2aqw==", "requires": { "file-stream-rotator": "^0.5.7", "object-hash": "^2.0.1", diff --git a/package.json b/package.json index 62a9c6a00b..26c40d5a72 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "tv4": "1.3.0", "uuid": "8.1.0", "winston": "3.2.1", - "winston-daily-rotate-file": "4.4.2", + "winston-daily-rotate-file": "4.5.0", "ws": "7.3.0" }, "devDependencies": {