From 42c954318926823446326c95188b844e19954711 Mon Sep 17 00:00:00 2001 From: Antonio Davi Macedo Coelho de Castro Date: Wed, 22 Jun 2022 13:14:03 -0700 Subject: [PATCH] refactor: upgrade winston-daily-rotate-file from 4.6.1 to 4.7.1 (#8066) --- 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 614fa457..f9e0f913 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 abd0a8aa..7fd245d1 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": {