From a8822790783375647e8dc04d0945b083f0a57dad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 06:52:36 +0000 Subject: [PATCH] fix(deps): update dependency winston to v3.15.0 (#1446) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2d9b3bca..4d635a09 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "reflect-metadata": "0.2.2", "uuid": "10.0.0", "vitest-mock-extended": "2.0.2", - "winston": "3.14.2" + "winston": "3.15.0" }, "devDependencies": { "@atmina/local-typescript-operations": "0.9.0", diff --git a/yarn.lock b/yarn.lock index 679a3d48..4b85e1d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5001,10 +5001,10 @@ winston-transport@^4.7.0: readable-stream "^4.5.2" triple-beam "^1.3.0" -winston@3.14.2: - version "3.14.2" - resolved "https://registry.yarnpkg.com/winston/-/winston-3.14.2.tgz#94ce5fd26d374f563c969d12f0cd9c641065adab" - integrity sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg== +winston@3.15.0: + version "3.15.0" + resolved "https://registry.yarnpkg.com/winston/-/winston-3.15.0.tgz#4df7b70be091bc1a38a4f45b969fa79589b73ff5" + integrity sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow== dependencies: "@colors/colors" "^1.6.0" "@dabh/diagnostics" "^2.0.2"