From f9f06b1ae15ec5fb53067081fecff9a9c6a98634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:37:57 +0000 Subject: [PATCH] Update dependency remix-run/react-router to v7.16.0 --- .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 59d2d0f59..84b11eb31 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -51,7 +51,7 @@ jobs: env: PROJECT_NAME: react-router # Version variable name matches renovate.json configuration entry - REACT_ROUTER_VERSION: 7.15.1 + REACT_ROUTER_VERSION: 7.16.0 steps: - name: (Prepare Code to Analyze) Set analysis-name