From 20b29dccc2de4b06b47675f8c3fc5b2bcbb95bdf Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:35:37 +0000 Subject: [PATCH] chore(deps): update dependency webpack to v5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- integration_tests/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 64faf0452..201e3c570 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -79,7 +79,7 @@ "@types/react-router-dom": "4.2.7", "@types/react-transition-group": "2.x", "@types/react-virtualized": "9.x", - "@types/webpack": "4.x", + "@types/webpack": "5.x", "@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/parser": "^1.7.0", "bootstrap-sass": "^3.3.7", @@ -117,7 +117,7 @@ "ts-loader": "5.3.3", "ts-node": "5.x", "typescript": "3.4.4", - "webpack": "4.29.6", + "webpack": "5.104.1", "webpack-bundle-analyzer": "2.x", "webpack-cli": "^2.0.12", "webpack-virtual-modules": "^0.1.10" diff --git a/package.json b/package.json index 488deae59..18f4585e5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ts-node": "^3.0.6", "tslint": "^5.4.3", "typescript": "3.6.3", - "webpack": "4.41.0", + "webpack": "5.104.1", "webpack-bundle-analyzer": "3.5.2", "webpack-cli": "3.3.9" },