diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 9ebece91..4e4c7b56 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -17,7 +17,7 @@ "@intuned/browser": "0.1.11", "@intuned/runtime": "1.3.23", "@types/node": "^20.10.3", - "otplib": "^12.0.1", + "otplib": "^13.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" }