From 452f90b722727c4af3a0c8c417ef45c816515011 Mon Sep 17 00:00:00 2001 From: "Mr. Renovate" Date: Fri, 17 Nov 2023 20:31:51 +0000 Subject: [PATCH] Update dependency webpack-cli to v5 --- source/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/package.json b/source/ui/package.json index a4cf8e0..9386eb0 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -87,7 +87,7 @@ "url-loader": "4.1.1", "webpack": "5.70.0", "webpack-bundle-analyzer": "^4.5.0", - "webpack-cli": "4.10.0", + "webpack-cli": "5.1.4", "webpack-dev-server": "4.7.4", "webpack-merge": "^5.8.0" },