From c78637e2f8cf12d38093ca19704e7136735a64a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:32:53 +0000 Subject: [PATCH] Bump react from 19.2.4 to 19.2.5 in /dashboard Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.5. - [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.5/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 10 +++++----- dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 1f798c1..f71551a 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -20,7 +20,7 @@ "astro": "^5.17.2", "discord-interactions": "^4.4.0", "marked": "^17.0.4", - "react": "^19.2.4", + "react": "^19.2.5", "react-dom": "^19.2.4", "tailwindcss": "^4.1.18" } @@ -6005,9 +6005,10 @@ "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -7445,4 +7446,3 @@ } } } - diff --git a/dashboard/package.json b/dashboard/package.json index ea9a237..3547eac 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -23,7 +23,7 @@ "astro": "^5.17.2", "discord-interactions": "^4.4.0", "marked": "^17.0.4", - "react": "^19.2.4", + "react": "^19.2.5", "react-dom": "^19.2.4", "tailwindcss": "^4.1.18" }