diff --git a/deno.lock b/deno.lock index 82496e5f..6b16e852 100644 --- a/deno.lock +++ b/deno.lock @@ -298,8 +298,8 @@ "https://deno.land/x/deno_graph@0.69.6/mod.ts": "be92f206bb38138ffc1c81a0b607dc22bb3a1dd9159b05331b2b37200ba25039", "https://deno.land/x/deno_graph@0.69.6/types.ts": "bde84cb2919068c07e6cf4d8bf3054e8da908f2f221623d5302380df29b96320", "https://deno.land/x/dir@1.5.1/data_local_dir/mod.ts": "91eb1c4bfadfbeda30171007bac6d85aadacd43224a5ed721bbe56bc64e9eb66", - "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/import_map@v0.19.1/import_map.generated.js": "c46023bef881ccecc740740962331f98decbfe72d88644396bf674145c20dd1e", + "https://deno.land/x/import_map@v0.19.1/mod.ts": "dd4c4e20639dcfd720a6d41f47bea250db86137901a08988102094678c6b7859", "https://deno.land/x/unknownutil@v3.17.0/_typeutil.ts": "b0d6b3501f9ac491dcd18402a5d2a26d5036ab3ca1954b4f0ec6af60a0c45a86", "https://deno.land/x/unknownutil@v3.17.0/inspect.ts": "33e61bdfed94cd586d66600813b528fa93046a2802d8144277b92f0fa5e5f10e", "https://deno.land/x/unknownutil@v3.17.0/is.ts": "7080444f66ca46e44bb4ec094caad2ef52654397d72861618cbf4c84a8986df5", diff --git a/lib/x/import_map.ts b/lib/x/import_map.ts index 24235e83..366858ec 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.19.0/mod.ts"; +} from "https://deno.land/x/import_map@v0.19.1/mod.ts";