From d1ce642ab8a4b38700c733125cd382aeaf521fca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 04:21:40 +0000 Subject: [PATCH] fix: build-tests/localization-plugin-test-02/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-02/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tests/localization-plugin-test-02/package.json b/build-tests/localization-plugin-test-02/package.json index aea5fa1b579..bf5ffc5f718 100644 --- a/build-tests/localization-plugin-test-02/package.json +++ b/build-tests/localization-plugin-test-02/package.json @@ -21,7 +21,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" } }