From 5c70b4283c438c5b9d744998beb111472bae580b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 15:27:58 -0400 Subject: [PATCH] fix(deps): update dependency webpack-merge to v5.9.0 (#11622) 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 d03fb5c924..67d8afe0a1 100644 --- a/install/package.json +++ b/install/package.json @@ -143,7 +143,7 @@ "toobusy-js": "0.5.1", "validator": "13.9.0", "webpack": "5.83.1", - "webpack-merge": "5.8.0", + "webpack-merge": "5.9.0", "winston": "3.8.2", "xml": "1.0.1", "xregexp": "5.1.1",