From b3967c4a0f7d782c0202ae5c62b5a48eaca488ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jun 2022 09:35:00 +0000 Subject: [PATCH] fix: upgrade winston-daily-rotate-file from 4.6.1 to 4.7.1 Snyk has created this PR to upgrade winston-daily-rotate-file from 4.6.1 to 4.7.1. 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/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=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 614fa45732..f9e0f91303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16080,9 +16080,9 @@ } }, "winston-daily-rotate-file": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.6.1.tgz", - "integrity": "sha512-Ycch4LZmTycbhgiI2eQXBKI1pKcEQgAqmBjyq7/dC6Dk77nasdxvhLKraqTdCw7wNDSs8/M0jXaLATHquG7xYg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.7.1.tgz", + "integrity": "sha512-7LGPiYGBPNyGHLn9z33i96zx/bd71pjBn9tqQzO3I4Tayv94WPmBNwKC7CO1wPHdP9uvu+Md/1nr6VSH9h0iaA==", "requires": { "file-stream-rotator": "^0.6.1", "object-hash": "^2.0.1", diff --git a/package.json b/package.json index abd0a8aa04..7fd245d1d8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "tv4": "1.3.0", "uuid": "8.3.2", "winston": "3.7.2", - "winston-daily-rotate-file": "4.6.1", + "winston-daily-rotate-file": "4.7.1", "ws": "8.7.0" }, "devDependencies": {