diff --git a/package-lock.json b/package-lock.json index 8ed2928e..b81fefb2 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 1ac39bac..eebf11c9 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": {