From a97abac6f2a5d6b3c460f2a703212ababd16445f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:55:18 +0000 Subject: [PATCH] chore(deps): bump yaml from 2.9.0 to 2.9.1 in /packages/fs Bumps [yaml](https://github.com/eemeli/yaml) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 efaa5092..9ba1aadf 100644 --- a/packages/fs/deno.json +++ b/packages/fs/deno.json @@ -8,7 +8,7 @@ "@johngw/fs": "npm:@johngw/fs@^3.0.1", "@targetd/api": "jsr:@targetd/api@^10.1.0", "ts-toolbelt": "npm:ts-toolbelt@^9.6.0", - "yaml": "npm:yaml@^2.9.0", + "yaml": "npm:yaml@^2.9.1", "zod": "npm:zod@~4.5.4" }, "lint": {