From 505b9de0f3f4bfba08a1cfa1b6458a8b6f5a2f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:54:47 +0000 Subject: [PATCH] chore(deps): bump yaml from 2.9.0 to 2.9.1 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] --- deno.lock | 8 ++++---- packages/fs/deno.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deno.lock b/deno.lock index d1743432..b184e4d7 100644 --- a/deno.lock +++ b/deno.lock @@ -36,7 +36,7 @@ "npm:release-please@*": "17.3.0", "npm:supertest@*": "7.2.2", "npm:ts-toolbelt@^9.6.0": "9.6.0", - "npm:yaml@^2.9.0": "2.9.0", + "npm:yaml@^2.9.1": "2.9.1", "npm:yargs@^18.1.0": "18.1.0", "npm:zod@~4.5.4": "4.5.4" }, @@ -2193,8 +2193,8 @@ "yallist@4.0.0": { "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, - "yaml@2.9.0": { - "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", + "yaml@2.9.1": { + "integrity": "sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==", "bin": true }, "yargs-parser@20.2.9": { @@ -2287,7 +2287,7 @@ "jsr:@targetd/api@^10.1.0", "npm:@johngw/fs@^3.0.1", "npm:ts-toolbelt@^9.6.0", - "npm:yaml@^2.9.0", + "npm:yaml@^2.9.1", "npm:zod@~4.5.4" ] }, 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": {