From df2bb49c56cf065f49d949916541dbd8a283223d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:37:47 +0000 Subject: [PATCH] fix(deps): update dependency otplib to v13 --- typescript-examples/auth-with-secret-otp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index a69a85f..465b1a2 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -19,6 +19,6 @@ "@types/node": "^20.10.3", "playwright": "~1.56.0", "zod": "^3.22.4", - "otplib": "^12.0.1" + "otplib": "^13.0.0" } }