From a3f13eac59ee5f8aade2690549a81629a12274dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:38:09 +0000 Subject: [PATCH] Bump react from 19.2.5 to 19.2.6 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 to 19.2.6. - [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.6/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.6 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 9cb2259..6e52dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gray-matter": "^4.0.3", "next": "^16.2.4", "next-mdx-remote": "^6.0.0", - "react": "19.2.5", + "react": "19.2.6", "react-dom": "19.2.5", "react-markdown": "^10.1.0", "rehype-autolink-headings": "^7.1.0", @@ -7302,9 +7302,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 3629c66..d867f66 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gray-matter": "^4.0.3", "next": "^16.2.4", "next-mdx-remote": "^6.0.0", - "react": "19.2.5", + "react": "19.2.6", "react-dom": "19.2.5", "react-markdown": "^10.1.0", "rehype-autolink-headings": "^7.1.0",