From 7eb29a5be40ab110980e5e73a2e710d39b864ee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:45:05 +0000 Subject: [PATCH] Update dependency remix-run/react-router to v7.14.2 --- .github/workflows/typescript-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index fbd111e9e..60ddaf1c3 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -50,7 +50,7 @@ jobs: env: PROJECT_NAME: react-router # Version variable name matches renovate.json configuration entry - REACT_ROUTER_VERSION: 7.13.2 + REACT_ROUTER_VERSION: 7.14.2 steps: - name: (Prepare Code to Analyze) Set analysis-name