diff --git a/package.json b/package.json index 055fa17..c59c053 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "swagger-jsdoc": "^6.0.6", "swagger-ui-express": "^4.1.6", "winston": "^3.2.1", - "winston-daily-rotate-file": "^4.4.2", + "winston-daily-rotate-file": "^4.5.3", "winston-syslog": "^2.4.4" }, "directories": { diff --git a/yarn.lock b/yarn.lock index 22a322a..37ae372 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4236,15 +4236,15 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" -winston-daily-rotate-file@^4.4.2: - version "4.5.0" - resolved "https://registry.yarnpkg.com/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.0.tgz#3914ac57c4bdae1138170bec85af0c2217b253b1" - integrity sha512-/HqeWiU48dzGqcrABRlxYWVMdL6l3uKCtFSJyrqK+E2rLnSFNsgYpvwx15EgTitBLNzH69lQd/+z2ASryV2aqw== +winston-daily-rotate-file@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.3.tgz#d5bdf735104e3763e6baa616d2f491a17cdd75e0" + integrity sha512-/V0wWnxK6RviPIKJ4ZNgBxj2BMHWHMvaBpUsY4wietLsdmoUS77w+XXtAZ2ed44FxaD3n3K8XE2r0J6527uHkw== dependencies: file-stream-rotator "^0.5.7" object-hash "^2.0.1" triple-beam "^1.3.0" - winston-transport "^4.2.0" + winston-transport "github:winstonjs/winston-transport#868d657" winston-syslog@^2.4.4: version "2.4.4" @@ -4255,7 +4255,7 @@ winston-syslog@^2.4.4: optionalDependencies: unix-dgram "2.0.3" -winston-transport@^4.2.0, winston-transport@^4.4.0: +winston-transport@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.0.tgz#17af518daa690d5b2ecccaa7acf7b20ca7925e59" integrity sha512-Lc7/p3GtqtqPBYYtS6KCN3c77/2QCev51DvcJKbkFPQNoj1sinkGwLGFDxkXY9J6p9+EPnYs+D90uwbnaiURTw== @@ -4263,6 +4263,15 @@ winston-transport@^4.2.0, winston-transport@^4.4.0: readable-stream "^2.3.7" triple-beam "^1.2.0" +"winston-transport@github:winstonjs/winston-transport#868d657": + version "4.4.0" + uid "868d6577956f82ee0b021b119a4de938c61645f7" + resolved "https://codeload.github.com/winstonjs/winston-transport/tar.gz/868d6577956f82ee0b021b119a4de938c61645f7" + dependencies: + logform "^2.2.0" + readable-stream "^2.3.7" + triple-beam "^1.2.0" + winston@^3.2.1: version "3.3.3" resolved "https://registry.yarnpkg.com/winston/-/winston-3.3.3.tgz#ae6172042cafb29786afa3d09c8ff833ab7c9170"