From d0ab35e22e3e58e8f50e4d9fa75b0d2733b75435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:02:59 +0000 Subject: [PATCH] Bump webpack in /graylog2-web-interface/packages/graylog-web-plugin Bumps [webpack](https://github.com/webpack/webpack) from 5.107.2 to 5.108.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.107.2...v5.108.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graylog2-web-interface/packages/graylog-web-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graylog2-web-interface/packages/graylog-web-plugin/package.json b/graylog2-web-interface/packages/graylog-web-plugin/package.json index 8719332a217e..98cc3b007c7d 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -46,7 +46,7 @@ "styled-components": "6.1.1", "typescript": "6.0.3", "use-query-params": "^2.2.0", - "webpack": "5.107.2", + "webpack": "5.108.0", "webpack-cli": "7.0.3", "webpack-merge": "^6.0.1" },