From 3c3cd207df55f8da9a1c95d351cc747f3a0d2d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:24:47 +0000 Subject: [PATCH] Bump webpack from 5.74.0 to 5.76.0 in /webapp/channels Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- webapp/channels/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/package.json b/webapp/channels/package.json index 133a86ba62..323296c7ef 100644 --- a/webapp/channels/package.json +++ b/webapp/channels/package.json @@ -207,7 +207,7 @@ "stylelint-config-standard": "22.0.0", "stylelint-order": "4.1.0", "stylelint-scss": "3.19.0", - "webpack": "5.74.0", + "webpack": "5.76.0", "webpack-bundle-analyzer": "4.7.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.11.1",