From 3882fccc180e7b361f9be6f20adb844f34f261d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:48:33 +0100 Subject: [PATCH] chore(deps): update dependency ajv to v8.16.0 (#238) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deno-lib/validateYaml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno-lib/validateYaml.ts b/deno-lib/validateYaml.ts index 6c06442..98c8a68 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.14.0?pin=v135"; +import Ajv, { type Schema } from "https://esm.sh/ajv@8.16.0?pin=v135"; import { parse } from "https://deno.land/std@0.224.0/yaml/parse.ts"; /**