diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 252ef83d..ea122ff3 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -19,7 +19,7 @@ "@types/node": "^20.10.3", "playwright": "~1.56.0", "resend": "^6.6.0", - "zod": "^3.22.4" + "zod": "^4.0.0" }, "devDependencies": { "@types/react": "^19.2.7" diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 9ed86b73..bfec531f 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -18,7 +18,7 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4", + "zod": "^4.0.0", "otplib": "^12.0.1" } } diff --git a/typescript-examples/cdp-connection/package.json b/typescript-examples/cdp-connection/package.json index db28cf6f..7fd4475c 100644 --- a/typescript-examples/cdp-connection/package.json +++ b/typescript-examples/cdp-connection/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index d881e692..c47a4632 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -24,6 +24,6 @@ "luxon": "^3.7.2", "openai": "^6.10.0", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.6" } } diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 7e87d02d..071b2c41 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -19,6 +19,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/e-commerce-nested/package.json b/typescript-examples/e-commerce-nested/package.json index 974b5c3b..aaebfc7d 100644 --- a/typescript-examples/e-commerce-nested/package.json +++ b/typescript-examples/e-commerce-nested/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index 958a3a43..6042ab05 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -13,6 +13,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } \ No newline at end of file diff --git a/typescript-examples/e-commerce-shopify/package.json b/typescript-examples/e-commerce-shopify/package.json index 03265255..2892c12a 100644 --- a/typescript-examples/e-commerce-shopify/package.json +++ b/typescript-examples/e-commerce-shopify/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index 7e6ced74..30802a53 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -23,6 +23,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.6" } } diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index fe1efe6b..28455cb0 100644 --- a/typescript-examples/jsdom/package.json +++ b/typescript-examples/jsdom/package.json @@ -15,6 +15,6 @@ "@types/node": "^20.10.3", "jsdom": "^26.1.0", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } \ No newline at end of file diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index 8e97f31d..3370ff79 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 08cec450..3959e389 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -19,6 +19,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } \ No newline at end of file diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index 7bb5ca11..0d334f4b 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/rpa-forms-example/package.json b/typescript-examples/rpa-forms-example/package.json index c2c2b7db..be68178a 100644 --- a/typescript-examples/rpa-forms-example/package.json +++ b/typescript-examples/rpa-forms-example/package.json @@ -23,6 +23,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.6" } } diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index fdc85aab..d9ea9e79 100644 --- a/typescript-examples/setup-hooks/package.json +++ b/typescript-examples/setup-hooks/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index 1bf92dbc..25a4235e 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -20,6 +20,6 @@ "@intuned/runtime": "1.3.17", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.6" } } diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index 10d5cced..78b88664 100644 --- a/typescript-examples/starter-auth/package.json +++ b/typescript-examples/starter-auth/package.json @@ -19,6 +19,6 @@ "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } }