From 5cf6cb33358c4632da5465caccad321b4d9c8c27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:11:39 +0000 Subject: [PATCH] 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 0bdebbd9..54be4f2f 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -18,7 +18,7 @@ "@intuned/browser": "0.1.16", "@intuned/runtime": "1.3.29", "@types/node": "^20.10.3", - "otplib": "^12.0.1", + "otplib": "^13.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" }