From d030cca68ec4cb34bdaa1838920e5e12ebe506be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:25:07 +0200 Subject: [PATCH] chore(deps): bump remix-auth-totp from 3.2.0 to 3.3.0 Bumps [remix-auth-totp](https://github.com/dev-xo/remix-auth-totp) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/dev-xo/remix-auth-totp/releases) - [Commits](https://github.com/dev-xo/remix-auth-totp/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: remix-auth-totp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",