From c1e54c9706c06a499e2c7d886b493357fd2d514a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 06:12:38 +0000 Subject: [PATCH] fix: upgrade winston-daily-rotate-file from 4.5.0 to 4.5.1 Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.0 to 4.5.1. See this package in npm: https://www.npmjs.com/package/winston-daily-rotate-file See this project in Snyk: https://app.snyk.io/org/tonesto7/project/3b8a97e8-0841-4b9a-988a-356bd20de2bb?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0a4605..92fcbfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3635,9 +3635,9 @@ } }, "moment": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", - "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", + "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "ms": { "version": "2.0.0", @@ -6278,14 +6278,14 @@ } }, "winston-daily-rotate-file": { - "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==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.1.tgz", + "integrity": "sha512-Uv1KeBneTKFZ9R3J6SmI61vOoPEofxS+GZGEwYRPc7QFE1fpEz648eGWxLnOeo8CBrANwsd+GfK5DCd4Ab1xAQ==", "requires": { "file-stream-rotator": "^0.5.7", "object-hash": "^2.0.1", "triple-beam": "^1.3.0", - "winston-transport": "^4.2.0" + "winston-transport": "^4.4.0" } }, "winston-transport": { diff --git a/package.json b/package.json index 31f10ce..e1163c4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "portfinder-sync": "^0.0.2", "request": "^2.88.2", "winston": "^3.3.3", - "winston-daily-rotate-file": "^4.5.0", + "winston-daily-rotate-file": "^4.5.1", "snyk": "^1.380.0" }, "devDependencies": {