From ecb04aac5c73bc0e9d3016af392c52fb946fc452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Jul 2020 01:45:04 +0000 Subject: [PATCH] fix: upgrade winston-daily-rotate-file from 4.4.2 to 4.5.0 Snyk has created this PR to upgrade winston-daily-rotate-file from 4.4.2 to 4.5.0. 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/6822cc8b-dadd-484a-9bf0-61ccb74212a1?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32f4ec3..d377f28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2988,9 +2988,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", + "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" }, "ms": { "version": "2.0.0", @@ -3111,9 +3111,9 @@ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" }, "object-hash": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.1.tgz", - "integrity": "sha512-HgcGMooY4JC2PBt9sdUdJ6PMzpin+YtY3r/7wg0uTifP+HJWW8rammseSEHuyt0UeShI183UGssCJqm1bJR7QA==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.3.tgz", + "integrity": "sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==" }, "on-finished": { "version": "2.3.0", @@ -5176,9 +5176,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 ae646e8..a2020b9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "portfinder-sync": "^0.0.2", "request": "^2.88.2", "winston": "^3.2.1", - "winston-daily-rotate-file": "^4.4.2", + "winston-daily-rotate-file": "^4.5.0", "snyk": "^1.323.1" }, "devDependencies": {