From 1c82afbcc37add3f1d2c509a3af50c4a8ca81856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:55:19 +0000 Subject: [PATCH] build(deps): bump react from 19.2.4 to 19.2.5 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] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23e832b..d6bd447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "next": "16.2.4", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.4", "rehype-autolink-headings": "^7.1.0", "rehype-parse": "^9.0.1", @@ -7620,7 +7620,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", + "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" diff --git a/package.json b/package.json index f681e8b..fb7a432 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "next": "16.2.4", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.4", "rehype-autolink-headings": "^7.1.0", "rehype-parse": "^9.0.1",