From dbe68bed10e36a5034f98a7491d2880d3dcf604c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:44:36 +0000 Subject: [PATCH] chore(deps): bump react from 19.2.1 to 19.2.8 in /cli Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.1 to 19.2.8. - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index b2301ec..8fc1dee 100644 --- a/cli/package.json +++ b/cli/package.json @@ -26,7 +26,7 @@ "enquirer": "^2.4.1", "node-forge": "^1.3.3", "node-machine-id": "^1.1.12", - "react": "19.2.1", + "react": "19.2.8", "react-dom": "19.2.1" }, "comment_sqlite": "sql.js + better-sqlite3 are NOT bundled here. They are installed into ~/.erouter/runtime/node_modules by hooks/postinstall.js (and re-checked at runtime by cli.js). This avoids Windows EBUSY errors when updating the global CLI, since native .node files no longer live under the locked install dir.",