From 733011a8e3e88d792605871b6f79919e39134d36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:39:48 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- build-tests/localization-plugin-test-03/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index 2e3bae2be10..c010dd6d174 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -8,7 +8,7 @@ "serve": "node serve.js" }, "dependencies": { - "@microsoft/rush-stack-compiler-3.9": "~0.4.47", + "@microsoft/rush-stack-compiler-3.9": "~0.5.0", "@rushstack/localization-plugin": "workspace:*", "@rushstack/node-core-library": "workspace:*", "@rushstack/set-webpack-public-path-plugin": "workspace:*", @@ -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.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" } }