From 441b6d1a2e04529b7059a18015708be33ee04743 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Feb 2024 23:03:35 +0000 Subject: [PATCH] build(deps): bump deno.land/x/import_map from v0.18.5 to v0.19.0 --- deno.lock | 4 ++-- lib/x/import_map.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.lock b/deno.lock index 7c219ac9..e01afa6d 100644 --- a/deno.lock +++ b/deno.lock @@ -284,8 +284,8 @@ "https://deno.land/x/deno_graph@0.69.3/mod.ts": "be92f206bb38138ffc1c81a0b607dc22bb3a1dd9159b05331b2b37200ba25039", "https://deno.land/x/deno_graph@0.69.3/types.ts": "bde84cb2919068c07e6cf4d8bf3054e8da908f2f221623d5302380df29b96320", "https://deno.land/x/dir@1.5.1/data_local_dir/mod.ts": "91eb1c4bfadfbeda30171007bac6d85aadacd43224a5ed721bbe56bc64e9eb66", - "https://deno.land/x/import_map@v0.18.5/import_map.generated.js": "e8c7d4bf68af5ab7c64eeb4063a10f441db6a740d36b1349f42173dc7c79d6c5", - "https://deno.land/x/import_map@v0.18.5/mod.ts": "dd4c4e20639dcfd720a6d41f47bea250db86137901a08988102094678c6b7859", + "https://deno.land/x/import_map@v0.19.0/import_map.generated.js": "e47e88116350f98d35a773330d47539286b6c9e2ea4d2644f82f07e2882e6ae2", + "https://deno.land/x/import_map@v0.19.0/mod.ts": "dd4c4e20639dcfd720a6d41f47bea250db86137901a08988102094678c6b7859", "https://deno.land/x/unknownutil@v3.16.3/_typeutil.ts": "b0d6b3501f9ac491dcd18402a5d2a26d5036ab3ca1954b4f0ec6af60a0c45a86", "https://deno.land/x/unknownutil@v3.16.3/inspect.ts": "33e61bdfed94cd586d66600813b528fa93046a2802d8144277b92f0fa5e5f10e", "https://deno.land/x/unknownutil@v3.16.3/is.ts": "7080444f66ca46e44bb4ec094caad2ef52654397d72861618cbf4c84a8986df5", diff --git a/lib/x/import_map.ts b/lib/x/import_map.ts index fb36327f..24235e83 100644 --- a/lib/x/import_map.ts +++ b/lib/x/import_map.ts @@ -2,4 +2,4 @@ export { ImportMap, type ImportMapJson, parseFromJson, -} from "https://deno.land/x/import_map@v0.18.5/mod.ts"; +} from "https://deno.land/x/import_map@v0.19.0/mod.ts";