From 14ae714ec74434872b3387395900978bb11dd217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:26:10 +0000 Subject: [PATCH] Bump winston from 3.3.3 to 3.3.4 in /src/nodejs Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.3.4. - [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...3.3.4) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch ... 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..80bc8c4 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.3.4" } }