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": {