From 52a84da0ed222d816dec3a702ec3e61b249d2672 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 21:33:43 +0200 Subject: [PATCH] deno: update imports (#57) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index eaa2055..e07ec2b 100644 --- a/deno.json +++ b/deno.json @@ -13,7 +13,7 @@ "octokit": "https://esm.sh/octokit@3.2.0?target=es2022", "semver": "https://deno.land/std@0.190.0/semver/mod.ts#pin", "slash": "https://esm.sh/slash@5.1.0?target=es2022", - "std/": "https://deno.land/std@0.221.0/", + "std/": "https://deno.land/std@0.222.1/", "typebox": "https://esm.sh/@sinclair/typebox@0.32.20", "typebox/value": "https://esm.sh/@sinclair/typebox@0.32.20/value" },