From 66af9a3a1ef7fe500db3203c225ba7a3fc7a64ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 05:29:35 +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-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- build-tests/localization-plugin-test-01/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-tests/localization-plugin-test-01/package.json b/build-tests/localization-plugin-test-01/package.json index 9442ded7400..51807bccce5 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.0.0", "webpack-bundle-analyzer": "~3.6.0", - "webpack-cli": "~3.3.2", - "webpack-dev-server": "~3.11.0" + "webpack-cli": "~4.0.0", + "webpack-dev-server": "~4.0.0" } }