From 52a623887387f9fb393ee6abbd71274d2db16fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:21:35 +0000 Subject: [PATCH] Bump winston from 3.3.3 to 3.5.1 in /src/nodejs Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.5.1. - [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.5.1) --- 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 db7f716..b945d06 100644 --- a/src/nodejs/package.json +++ b/src/nodejs/package.json @@ -13,6 +13,6 @@ "debug": "~4.3.2", "express": "~4.17.1", "uuid": "8.3.2", - "winston": "3.3.3" + "winston": "3.5.1" } }