From e18042f49e428463a9ecccf753470741f6bc03cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2024 21:25:33 +0000 Subject: [PATCH] fix: build-tests/localization-plugin-test-03/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- build-tests/localization-plugin-test-03/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index 2e3bae2be10..c6caf65e529 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -19,6 +19,6 @@ "webpack": "~4.44.2", "webpack-bundle-analyzer": "~3.6.0", "webpack-cli": "~3.3.2", - "webpack-dev-server": "~3.11.0" + "webpack-dev-server": "~5.2.0" } }