From 786fff6f5c3e1337b8180048f80762f02f5ecc47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:12:41 -0400 Subject: [PATCH] fix(deps): update dependency winston to v3.10.0 (#11792) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 1ee4c2085c..db554352b6 100644 --- a/install/package.json +++ b/install/package.json @@ -145,7 +145,7 @@ "validator": "13.9.0", "webpack": "5.88.1", "webpack-merge": "5.9.0", - "winston": "3.9.0", + "winston": "3.10.0", "xml": "1.0.1", "xregexp": "5.1.1", "yargs": "17.7.2",