From 12f7f9bb534a08c310a53d6e7b5e98cebea051e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:56:26 +0000 Subject: [PATCH] Update dependency zod to v3.25.76 --- typescript-examples/computer-use/package.json | 2 +- typescript-examples/hybrid-automation/package.json | 2 +- typescript-examples/stagehand/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index b932a2a4..d0ecaa2d 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -25,6 +25,6 @@ "openai": "^6.10.0", "playwright": "~1.56.0", "sharp": "^0.34.5", - "zod": "3.25.67" + "zod": "3.25.76" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index bbcd9f28..475f597c 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": "3.25.76" } } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index a40f3dda..20f3cb46 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": "3.25.76" } }