From 4eae82d20b6257f1ba3c336d44e32305c35d13d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:26:36 +0000 Subject: [PATCH] Update dependency remix-run/react-router to v6.27.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 f7631d33c..7013b57f2 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.26.2 + REACT_ROUTER_VERSION: 6.27.0 steps: - name: Checkout GIT Repository