From f111ea12b0ede0d22073c7eb6b79b59bbde3bdc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 17:53:23 +0000 Subject: [PATCH] fix: build-tests/localization-plugin-test-03/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- build-tests/localization-plugin-test-03/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index 2e3bae2be10..9ba61f0be74 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -16,9 +16,9 @@ "html-webpack-plugin": "~4.5.0", "ts-loader": "6.0.0", "typescript": "~3.9.7", - "webpack": "~4.44.2", + "webpack": "~5.98.0", "webpack-bundle-analyzer": "~3.6.0", "webpack-cli": "~3.3.2", - "webpack-dev-server": "~3.11.0" + "webpack-dev-server": "~4.6.0" } }