diff --git a/deno-lib/validateYaml.ts b/deno-lib/validateYaml.ts index 98c8a68..88920b5 100644 --- a/deno-lib/validateYaml.ts +++ b/deno-lib/validateYaml.ts @@ -1,4 +1,4 @@ -import Ajv, { type Schema } from "https://esm.sh/ajv@8.16.0?pin=v135"; +import Ajv, { type Schema } from "https://esm.sh/ajv@8.17.1?pin=v135"; import { parse } from "https://deno.land/std@0.224.0/yaml/parse.ts"; /**