From 972a871a592655a396cfea388b6b914ae1f9cbb7 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 09:17:08 +0000 Subject: [PATCH] Update npm package `winston` to v3.16.0 --- libs/@local/hash-backend-utils/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/@local/hash-backend-utils/package.json b/libs/@local/hash-backend-utils/package.json index abc9bcc7d70..191bd61f25b 100644 --- a/libs/@local/hash-backend-utils/package.json +++ b/libs/@local/hash-backend-utils/package.json @@ -53,7 +53,7 @@ "redis": "4.7.0", "slonik": "24.2.0", "wait-on": "8.0.1", - "winston": "3.15.0" + "winston": "3.16.0" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/yarn.lock b/yarn.lock index 0d8054f97e3..3375e3d4c5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31957,10 +31957,10 @@ winston-transport@^4.7.0: readable-stream "^3.6.2" triple-beam "^1.3.0" -winston@3.15.0, winston@^3.9.0: - version "3.15.0" - resolved "https://registry.yarnpkg.com/winston/-/winston-3.15.0.tgz#4df7b70be091bc1a38a4f45b969fa79589b73ff5" - integrity sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow== +winston@3.16.0, winston@^3.9.0: + version "3.16.0" + resolved "https://registry.yarnpkg.com/winston/-/winston-3.16.0.tgz#d11caabada87b7d4b59aba9a94b882121b773f9b" + integrity sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg== dependencies: "@colors/colors" "^1.6.0" "@dabh/diagnostics" "^2.0.2"