From 4c93ee0918ea484fc389075badb3b060ebaaa075 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 01:08:36 +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-ANSIREGEX-1583908 --- 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..b55b2ecd253 100644 --- a/build-tests/localization-plugin-test-01/package.json +++ b/build-tests/localization-plugin-test-01/package.json @@ -19,7 +19,7 @@ "typescript": "~3.9.7", "webpack": "~4.44.2", "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" } }