From 703bcda8465649ca8f4ac03847b6832fb0c83716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:57:48 +0000 Subject: [PATCH] chore(deps): bump zod from 4.5.4 to 4.6.2 in /packages/fs Bumps [zod](https://github.com/colinhacks/zod) from 4.5.4 to 4.6.2. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.5.4...v4.6.2) --- updated-dependencies: - dependency-name: zod dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/fs/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fs/deno.json b/packages/fs/deno.json index 9ba1aadf..a277aad6 100644 --- a/packages/fs/deno.json +++ b/packages/fs/deno.json @@ -9,7 +9,7 @@ "@targetd/api": "jsr:@targetd/api@^10.1.0", "ts-toolbelt": "npm:ts-toolbelt@^9.6.0", "yaml": "npm:yaml@^2.9.1", - "zod": "npm:zod@~4.5.4" + "zod": "npm:zod@~4.6.2" }, "lint": { "rules": {