From 2c189dc2d66df161d2727ed21aeaac4adb7cef14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 01:01:29 +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.1. - [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.1/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.1 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 3dde56dabc5b..190951b67c8b 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.1", "react-redux": "^9.2.0", "react-router-bootstrap": "0.26.3", "react-router-dom": "6.27.0",