From c9cde97ca94b50e43733a0e8dde18906ed58b448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:05:45 +0000 Subject: [PATCH] deps(deps): update zod requirement from ^4.3.6 to ^4.4.3 Updates the requirements on [zod](https://github.com/colinhacks/zod) to permit the latest version. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.6...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d37386c..cb66179 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "string-width": "^8.2.0", "terminal-link": "^5.0.0", "yaml": "^2.8.3", - "zod": "^4.3.6" + "zod": "^4.4.3" }, "trustedDependencies": [ "node-pty",