From 31f80298a03f0a8423342f50de9268a4ffd46cf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 21:19:10 +0000 Subject: [PATCH] fix: upgrade winston-daily-rotate-file from 4.5.3 to 4.5.4 Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.3 to 4.5.4. 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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index af13184e5e..8beb6a0a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12501,19 +12501,19 @@ } }, "winston-daily-rotate-file": { - "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==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.4.tgz", + "integrity": "sha512-jq7Y2kjonNipXBtsuJOhu4UadKELwfogzHcV6WtrPf6io2YJN/mH7NC0ZWMuIQ4ZEeUm3L2QlV0Fk+o4YwS5Sw==", "requires": { "file-stream-rotator": "^0.5.7", "object-hash": "^2.0.1", "triple-beam": "^1.3.0", - "winston-transport": "github:winstonjs/winston-transport#868d657" + "winston-transport": "https://github.com/winstonjs/winston-transport/archive/868d6577956f82ee0b021b119a4de938c61645f7.tar.gz" }, "dependencies": { "winston-transport": { - "version": "github:winstonjs/winston-transport#868d6577956f82ee0b021b119a4de938c61645f7", - "from": "github:winstonjs/winston-transport#868d657", + "version": "https://github.com/winstonjs/winston-transport/archive/868d6577956f82ee0b021b119a4de938c61645f7.tar.gz", + "integrity": "sha512-VvPC8ef3s6OX+dJJROxGwwZ66qjlfv75n0+alCXYoVPxMMSJAHlH0GpOcHj+jcWF65Es3SLgBf/7p5XsrIfVeg==", "requires": { "logform": "^2.2.0", "readable-stream": "^2.3.7", diff --git a/package.json b/package.json index e874f3cde1..1ce2e095a0 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.3", + "winston-daily-rotate-file": "4.5.4", "ws": "7.4.5" }, "devDependencies": {