diff --git a/package-lock.json b/package-lock.json index 67a4f3a8..3f8a2b1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-i18next": "^14.1.1", "remix-auth": "^3.6.0", "remix-auth-github": "^1.7.0", - "remix-auth-totp": "^3.2.0", + "remix-auth-totp": "^3.3.0", "remix-i18next": "^6.1.0", "remix-utils": "7.0.0-pre.4", "sonner": "^1.4.41", @@ -14315,9 +14315,9 @@ } }, "node_modules/remix-auth-totp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/remix-auth-totp/-/remix-auth-totp-3.2.0.tgz", - "integrity": "sha512-Ze0CQ7XrFCdWmTMNN59cIjwnfrSJu3BbSCKWbIintZ7yblA05OjsAYPoPMCQkZcFdLUmDirOidfQQG/dFX0fxg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/remix-auth-totp/-/remix-auth-totp-3.3.0.tgz", + "integrity": "sha512-dJyALQchVJoW69vEpYwCVHYuNW5Hy5cxGGD9MzNtxIHgV/jwFC9yRu4rhDBgprRs7p0cpnk4k1aStP4LRoDBhA==", "dependencies": { "@epic-web/totp": "^1.1.2", "jose": "^5.2.4", diff --git a/package.json b/package.json index 4503aa3b..9aded8ca 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-i18next": "^14.1.1", "remix-auth": "^3.6.0", "remix-auth-github": "^1.7.0", - "remix-auth-totp": "^3.2.0", + "remix-auth-totp": "^3.3.0", "remix-i18next": "^6.1.0", "remix-utils": "7.0.0-pre.4", "sonner": "^1.4.41",