From 6f15fb6a8d874ba6735d752d555086dc9638a33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:54:41 +0000 Subject: [PATCH] build(deps): Bump react from 19.2.6 to 19.2.7 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.6 to 19.2.7. - [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.7/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e667de9f..5233431d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "node-cron": "^4.2.1", "node-pty": "^1.1.0", "pocketbase": "^0.27.0", - "react": "^19.2.6", + "react": "^19.2.7", "react-dom": "^19.2.6", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.1", @@ -11306,9 +11306,9 @@ } }, "node_modules/react": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", - "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index a7984078..a1b829fc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "node-cron": "^4.2.1", "node-pty": "^1.1.0", "pocketbase": "^0.27.0", - "react": "^19.2.6", + "react": "^19.2.7", "react-dom": "^19.2.6", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.1",