From 3f5b8e8c38308d4fe8c644575a5c2b6b8dcd0907 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 19:37:34 +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-JSON5-3182856 --- 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..ec2d4c97799 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -13,12 +13,12 @@ "@rushstack/node-core-library": "workspace:*", "@rushstack/set-webpack-public-path-plugin": "workspace:*", "@types/webpack-env": "1.13.0", - "html-webpack-plugin": "~4.5.0", - "ts-loader": "6.0.0", + "html-webpack-plugin": "~5.0.0", + "ts-loader": "8.0.14", "typescript": "~3.9.7", - "webpack": "~4.44.2", + "webpack": "~5.0.0", "webpack-bundle-analyzer": "~3.6.0", - "webpack-cli": "~3.3.2", + "webpack-cli": "~4.0.0", "webpack-dev-server": "~3.11.0" } }