From ca06b602a33341f6deec2182575ac62acd348d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:32:46 +0000 Subject: [PATCH] Bump winston from 3.3.3 to 3.8.2 in /src/nodejs Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.8.2. - [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.8.2) --- 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..d7b9316 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.8.2" } }