From 4bb95fc7c4e8978316709f3f13b508cd978a378e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:18:28 +0000 Subject: [PATCH] Bump remix-auth from 4.0.0 to 4.1.0 in the remix-auth group Bumps the remix-auth group with 1 update: [remix-auth](https://github.com/sergiodxa/remix-auth). Updates `remix-auth` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/sergiodxa/remix-auth/releases) - [Commits](https://github.com/sergiodxa/remix-auth/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: remix-auth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: remix-auth ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30299d5..1c846ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-external-link": "^2.3.1", "react-router": "^7.0.2", "reactstrap": "^9.2.3", - "remix-auth": "^4.0.0", + "remix-auth": "^4.1.0", "remix-auth-form": "^3.0.0", "zod": "^3.24.1" }, @@ -9740,13 +9740,12 @@ } }, "node_modules/remix-auth": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remix-auth/-/remix-auth-4.0.0.tgz", - "integrity": "sha512-9rLzT5PORCQFd8pdgHn6n2McH4OlDROlkmZ27r2aaNc99SLMNS7Q/VMgtW6HoLsEaxU050k1f2g6tG7ysFpZtA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/remix-auth/-/remix-auth-4.1.0.tgz", + "integrity": "sha512-Xdy42clt+g79GCn+Wl1+B6S/yWnvrStnk62vo1pGuRuUwHC+pjmeEE52ZRkRPuhLGqsQnoDD9TVz/wfEJAGF8g==", "funding": [ "https://github.com/sponsors/sergiodxa" ], - "license": "MIT", "engines": { "node": ">=20.0.0" } diff --git a/package.json b/package.json index 60769ad..674df04 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-external-link": "^2.3.1", "react-router": "^7.0.2", "reactstrap": "^9.2.3", - "remix-auth": "^4.0.0", + "remix-auth": "^4.1.0", "remix-auth-form": "^3.0.0", "zod": "^3.24.1" },