From 0efd474fd27990b4f2118bcd94e018e269a2cdd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:02:26 +0000 Subject: [PATCH] fix: build-tests/localization-plugin-test-01/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- build-tests/localization-plugin-test-01/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tests/localization-plugin-test-01/package.json b/build-tests/localization-plugin-test-01/package.json index 9442ded7400..d78132850a6 100644 --- a/build-tests/localization-plugin-test-01/package.json +++ b/build-tests/localization-plugin-test-01/package.json @@ -17,9 +17,9 @@ "html-webpack-plugin": "~4.5.0", "ts-loader": "6.0.0", "typescript": "~3.9.7", - "webpack": "~4.44.2", + "webpack": "~5.1.1", "webpack-bundle-analyzer": "~3.6.0", "webpack-cli": "~3.3.2", - "webpack-dev-server": "~3.11.0" + "webpack-dev-server": "~4.8.0" } }