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