From 258ee31460793cadf721adcf725936f504684aa2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:29:31 +0000 Subject: [PATCH] Bump express-winston from 4.0.5 to 4.1.0 Bumps [express-winston](https://github.com/bithavoc/express-winston) from 4.0.5 to 4.1.0. - [Release notes](https://github.com/bithavoc/express-winston/releases) - [Changelog](https://github.com/bithavoc/express-winston/blob/main/CHANGELOG.md) - [Commits](https://github.com/bithavoc/express-winston/compare/v4.0.5...v4.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81476ff..e360e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1187,12 +1187,19 @@ } }, "express-winston": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/express-winston/-/express-winston-4.0.5.tgz", - "integrity": "sha512-n9M1imjDYqPQKp6HdHArAucfF5WNYYG4S/FQPdJTmS7sysXALosBgtWyen74WFS67WiqtbBpwNV5iX7Rk01AKw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/express-winston/-/express-winston-4.1.0.tgz", + "integrity": "sha512-0DaIjvNADBzC/K4Qw3UwEQc8HRjbajTaP/M43rw0LJpZcQ7SQTPfxkLsnx3ABHEO7EFNQXTpqL0BZPiwkGV8hg==", "requires": { - "chalk": "^2.4.1", - "lodash": "^4.17.19" + "chalk": "^2.4.2", + "lodash": "^4.17.20" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, "fast-deep-equal": {