From d5710ecae42dade5b98b107de6354b187916b5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:04:36 +0000 Subject: [PATCH] Update dependency remix-run/react-router to v6.25.1 --- .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 8f2cd6e05..879ed3da8 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -55,7 +55,7 @@ jobs: CI_COMMIT_AUTHOR: ${{ github.event.repository.name }} Continuous Integration PROJECT_NAME: react-router # Version variable name matches renovate.json configuration entry - REACT_ROUTER_VERSION: 6.24.1 + REACT_ROUTER_VERSION: 6.25.1 steps: - name: Checkout GIT Repository