From f2e0a9224ddd8073e9d474e4d047d7c4a8122718 Mon Sep 17 00:00:00 2001 From: J M Date: Thu, 7 Jul 2022 12:13:35 -0600 Subject: [PATCH] chore: update deps --- dependencies.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.ts b/dependencies.ts index 75ea292..8007570 100644 --- a/dependencies.ts +++ b/dependencies.ts @@ -1,2 +1,2 @@ -export * as matches from "https://deno.land/x/ts_matches@v5.1.8/mod.ts"; -export * as YAML from "https://deno.land/std@0.140.0/encoding/yaml.ts"; \ No newline at end of file +export * as matches from "https://deno.land/x/ts_matches@v5.2.0/mod.ts"; +export * as YAML from "https://deno.land/std@0.140.0/encoding/yaml.ts";