From 737c7165d40d9d8db96d17f3ca0bb23b7a422b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:09:04 +0000 Subject: [PATCH] fix(deps): update dependency zod to v4 --- typescript-examples/auth-with-email-otp/package.json | 2 +- typescript-examples/auth-with-secret-otp/package.json | 2 +- typescript-examples/cdp-connection/package.json | 2 +- typescript-examples/computer-use/package.json | 2 +- typescript-examples/e-commerce-auth-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-nested/package.json | 2 +- typescript-examples/e-commerce-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-shopify/package.json | 2 +- typescript-examples/hybrid-automation/package.json | 2 +- typescript-examples/jsdom/package.json | 2 +- typescript-examples/network-interception/package.json | 2 +- typescript-examples/rpa-auth-example/package.json | 2 +- typescript-examples/rpa-example/package.json | 2 +- typescript-examples/rpa-forms-example/package.json | 2 +- typescript-examples/setup-hooks/package.json | 2 +- typescript-examples/stagehand/package.json | 2 +- typescript-examples/starter-auth/package.json | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index cd8e4a0..2d3c039 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 a69a85f..2ccf335 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.16", "@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 06b808c..1f091f0 100644 --- a/typescript-examples/cdp-connection/package.json +++ b/typescript-examples/cdp-connection/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.16", "@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 cf80168..b9330dd 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.5" } } diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 145df06..5739501 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.16", "@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 69a7c97..8ff7f0e 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.16", "@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 bee647e..a2fe581 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -1 +1 @@ -{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}} +{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^4.0.0"}} diff --git a/typescript-examples/e-commerce-shopify/package.json b/typescript-examples/e-commerce-shopify/package.json index 5e81f23..e8cff4b 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.15", "@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 898434a..0448932 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -23,6 +23,6 @@ "@intuned/runtime": "^1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.5" } } diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index 6f64628..4ba9585 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 6a7ad3a..b7fd465 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.16", "@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 2b2afab..9106478 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -1 +1 @@ -{"name":"book-consultations-with-auth","version":"1.0.0","description":"Credentials based booking automation to book a consultation with a consultant and list the consultations","main":"index.js","tags":["intuned-browser-sdk","intuned-auth-sessions","intuned-auth-sessions-credentials","Authenticated"],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}} +{"name":"book-consultations-with-auth","version":"1.0.0","description":"Credentials based booking automation to book a consultation with a consultant and list the consultations","main":"index.js","tags":["intuned-browser-sdk","intuned-auth-sessions","intuned-auth-sessions-credentials","Authenticated"],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^4.0.0"}} diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index 02a7ab4..98a1a89 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.16", "@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 8b13e48..7045ff3 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.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.5" } } diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index 935a34b..e7a1d17 100644 --- a/typescript-examples/setup-hooks/package.json +++ b/typescript-examples/setup-hooks/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.16", "@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 a03e1e3..7e26eeb 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -20,6 +20,6 @@ "@intuned/runtime": "^1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.5" } } diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index 10d5cce..78b8866 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" } }