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" }