From eb0fc5eadb342bc1082b4bed1b8d68471e047563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 00:14:36 +0000 Subject: [PATCH] Update dependency remix-run/react-router to v7 --- .github/workflows/internal-typescript-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/internal-typescript-code-analysis.yml b/.github/workflows/internal-typescript-code-analysis.yml index ebf5d773d..92dfbce56 100644 --- a/.github/workflows/internal-typescript-code-analysis.yml +++ b/.github/workflows/internal-typescript-code-analysis.yml @@ -49,7 +49,7 @@ jobs: env: PROJECT_NAME: react-router # Version variable name matches renovate.json configuration entry - REACT_ROUTER_VERSION: 6.30.1 + REACT_ROUTER_VERSION: 7.7.0 steps: - name: (Prepare Code to Analyze) Checkout GIT repository