From f988f0c0733a92a34c58e46d1e138f4abced934b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:24:43 +0000 Subject: [PATCH] Bump winston from 3.3.3 to 3.6.0 in /src/nodejs Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.6.0. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.3.3...v3.6.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodejs/package.json b/src/nodejs/package.json index 3c97cd2..e8d1c65 100644 --- a/src/nodejs/package.json +++ b/src/nodejs/package.json @@ -14,6 +14,6 @@ "debug": "~4.3.2", "express": "~4.17.1", "uuid": "8.3.2", - "winston": "3.3.3" + "winston": "3.6.0" } }