From e9d8ed4acb03160c8f6d669859fe57d8281937b4 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 24 May 2021 10:26:35 +0300 Subject: [PATCH] fix: upgrade winston-daily-rotate-file from 4.5.2 to 4.5.3 (#7398) Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.2 to 4.5.3. See this package in npm: https://www.npmjs.com/package/winston-daily-rotate-file See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08f1a37d86..d7e27b5187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12559,14 +12559,25 @@ } }, "winston-daily-rotate-file": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.2.tgz", - "integrity": "sha512-DpAz9djExzFGVGRIKCKzsjOQaIINbjOUJ8CRsZGz0SQOMMcO1kM7jqTdzQAM9CRTEksZV9bBw9TT0ddQBGxs9g==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.3.tgz", + "integrity": "sha512-/V0wWnxK6RviPIKJ4ZNgBxj2BMHWHMvaBpUsY4wietLsdmoUS77w+XXtAZ2ed44FxaD3n3K8XE2r0J6527uHkw==", "requires": { "file-stream-rotator": "^0.5.7", "object-hash": "^2.0.1", "triple-beam": "^1.3.0", - "winston-transport": "^4.4.0" + "winston-transport": "github:winstonjs/winston-transport#868d657" + }, + "dependencies": { + "winston-transport": { + "version": "github:winstonjs/winston-transport#868d6577956f82ee0b021b119a4de938c61645f7", + "from": "github:winstonjs/winston-transport#868d657", + "requires": { + "logform": "^2.2.0", + "readable-stream": "^2.3.7", + "triple-beam": "^1.2.0" + } + } } }, "winston-transport": { diff --git a/package.json b/package.json index 634099c425..52c025c792 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "tv4": "1.3.0", "uuid": "8.3.2", "winston": "3.3.3", - "winston-daily-rotate-file": "4.5.2", + "winston-daily-rotate-file": "4.5.3", "ws": "7.4.5" }, "devDependencies": {