From 8677ffa55e8e54a344f3e79fe7ea1e50c6993b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:02:57 +0000 Subject: [PATCH] Bump webpack in /graylog2-web-interface/packages/graylog-web-plugin Bumps [webpack](https://github.com/webpack/webpack) from 5.108.1 to 5.108.3. - [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.108.1...v5.108.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 be89502f7825..40305db81c96 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.108.1", + "webpack": "5.108.3", "webpack-cli": "7.1.0", "webpack-merge": "^6.0.1" },