From d933d6084e6a3e35e80e4f6dc127e414427f95cf Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 9 Feb 2024 00:01:42 +0000 Subject: [PATCH] :arrow_up: Update Dependencies --- import_map.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/import_map.json b/import_map.json index a86a522..85064d9 100644 --- a/import_map.json +++ b/import_map.json @@ -1,11 +1,11 @@ { "imports": { "bitmap": "https://deno.land/x/bitmap@v1.0.1/mod.ts", - "dnt": "https://deno.land/x/dnt@0.39.0/mod.ts", - "esbuild": "https://deno.land/x/esbuild@v0.19.12/mod.js", - "esbuild_plugin_deno_loader": "https://deno.land/x/esbuild_deno_loader@0.8.5/mod.ts", + "dnt": "https://deno.land/x/dnt@0.40.0/mod.ts", + "esbuild": "https://deno.land/x/esbuild@v0.20.0/mod.js", + "esbuild_plugin_deno_loader": "https://deno.land/x/esbuild_deno_loader@0.9.0/mod.ts", "iso6393": "https://esm.sh/iso-639-3@3.0.1", - "std/": "https://deno.land/std@0.214.0/", + "std/": "https://deno.land/std@0.215.0/", "zod": "https://deno.land/x/zod@v3.22.4/mod.ts" } }