From f870eb8fa4239fc8a3c52b8e062df5d737840a27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:10:38 -0800 Subject: [PATCH] Update dependency winston to ^2.4.7 (#723) | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | winston | 2.3.1 | 2.4.7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/zoo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/zoo/package.json b/example/zoo/package.json index 015aaccf..ef9946f9 100644 --- a/example/zoo/package.json +++ b/example/zoo/package.json @@ -18,6 +18,6 @@ "sharp": "^0.17.3", "sqlite3": "^3.1.8", "uuid": "^9.0.1", - "winston": "^2.3.1" + "winston": "^2.4.7" } }