From 4c2b8b4abef2b148f98d69571d48c32329d75d93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 07:44:42 +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-INFLIGHT-6095116 --- 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..ffd596c3717 100644 --- a/build-tests/localization-plugin-test-02/package.json +++ b/build-tests/localization-plugin-test-02/package.json @@ -19,9 +19,9 @@ "lodash": "~4.17.15", "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" } }