From 5a29190bfb15094a4c8e0e3a2630be74d0b1fae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:32:17 +0000 Subject: [PATCH] fix(deps): update react monorepo to v18.3.1 --- webui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/package.json b/webui/package.json index cdcd1c2a..3e1fd9c5 100644 --- a/webui/package.json +++ b/webui/package.json @@ -7,8 +7,8 @@ "express-winston": "3.4.0", "history": "4.10.1", "http-proxy-middleware": "0.21.0", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "react-scripts": "^5.0.1", "winston": "3.8.2" },