From f429e0755dc0e198fddb81a43f40c0322821d15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:06:54 +0000 Subject: [PATCH] Bump react-router from 6.26.1 to 6.30.2 in /examples/trivia-game-example Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.26.1 to 6.30.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router@6.30.2/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.2/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 6.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/trivia-game-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trivia-game-example/package.json b/examples/trivia-game-example/package.json index 8846695773..e94912432f 100644 --- a/examples/trivia-game-example/package.json +++ b/examples/trivia-game-example/package.json @@ -23,7 +23,7 @@ "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-loading-overlay-ts": "^2.0.2", - "react-router": "^6.30.1", + "react-router": "^6.30.2", "react-router-dom": "^6.30.1", "react-select": "^4.3.1", "sinon": "^9.2.4",