From eec324359994285a644cc5495b66d3e6579cb919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:15:33 +0000 Subject: [PATCH] Bump react-dom in /graylog2-web-interface/packages/graylog-web-plugin Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 19.2.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 233b4899ad18..f9078fc13c63 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -43,7 +43,7 @@ "moment": "2.30.1", "moment-timezone": "0.6.0", "react": "18.3.1", - "react-dom": "18.2.0", + "react-dom": "19.2.4", "react-redux": "^9.2.0", "react-router-bootstrap": "0.26.3", "react-router-dom": "6.27.0",