From 288fcbaee260f690c4a4edb2987411d7a46fefef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:46:37 +0000 Subject: [PATCH] fix(deps): bump remix-auth in /templates/ords-remix-jwt-sample Bumps [remix-auth](https://github.com/sergiodxa/remix-auth) from 3.7.0 to 4.2.0. - [Release notes](https://github.com/sergiodxa/remix-auth/releases) - [Commits](https://github.com/sergiodxa/remix-auth/compare/v3.7.0...v4.2.0) --- updated-dependencies: - dependency-name: remix-auth dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index 356a9fe..026eca5 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -52,7 +52,7 @@ "react": "18.3.1", "react-datepicker": "7.5.0", "react-dom": "18.3.1", - "remix-auth": "3.7.0", + "remix-auth": "4.2.0", "remix-auth-auth0": "1.10.0", "vite": "5.4.21" },