From 79989d71ec6c062b00846377a47e20ee028e3f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:26:27 +0000 Subject: [PATCH] Bump winston from 3.3.3 to 3.8.0 in /src/nodejs Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.8.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.8.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..50c1d74 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.0" } }