From a4b265bb9c94bfea6d007d7a47a468947a003d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 04:07:14 +0000 Subject: [PATCH] chore(deps): bump winston from 3.3.4 to 3.4.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.3.4 to 3.4.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.4...v3.4.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e9cc8002ec..60faf40c36 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "uuid": "^8.3.2", "uuid-parse": "^1.0.0", "webcam": "^3.2.1", - "winston": "^3.3.4" + "winston": "^3.4.0" }, "devDependencies": { "@ima-worldhealth/rewire": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 7defc91edb..d537130d22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9151,10 +9151,10 @@ winston-transport@^4.4.2: readable-stream "^3.4.0" triple-beam "^1.2.0" -winston@^3.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/winston/-/winston-3.3.4.tgz#474099197a28c0f3f6240401e66961342b5dee0a" - integrity sha512-zWJrfmqE+2IXtVJ125vxpA2m303TjwchLhfRbcnma7c76Qd4pv80JIp37l8uGnWbCoG4X6PMz3vAQeh+vH1CtA== +winston@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/winston/-/winston-3.4.0.tgz#7080f24b02a0684f8a37f9d5c6afb1ac23e95b84" + integrity sha512-FqilVj+5HKwCfIHQzMxrrd5tBIH10JTS3koFGbLVWBODjiIYq7zir08rFyBT4rrTYG/eaTqDcfSIbcjSM78YSw== dependencies: "@dabh/diagnostics" "^2.0.2" async "^3.2.3"