diff --git a/package-lock.json b/package-lock.json index 803289a1f5..eb256ea9cb 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 4cf96d3c83..ce36c0144c 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": {