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": {