From fd6a57664ee5cfae352ed1dabf8fd5de60df5e13 Mon Sep 17 00:00:00 2001 From: hasundue Date: Thu, 29 Feb 2024 10:02:47 +0900 Subject: [PATCH] build(deps): bump deno.land/x/deno_graph from 0.69.5 to 0.69.6 (#132) Co-authored-by: github-actions[bot] --- deno.lock | 10 +++++----- lib/x/deno_graph.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deno.lock b/deno.lock index e5d8dc20..c8355a34 100644 --- a/deno.lock +++ b/deno.lock @@ -285,11 +285,11 @@ "https://deno.land/x/dax@0.39.2/src/runtimes/process.deno.ts": "50f85a086a9208b26c10dc2c1406fd9274226401f670d6862fdee05433c9ea4e", "https://deno.land/x/dax@0.39.2/src/shell.ts": "b95677094cc553c987f0f113a95a45d72f2896ef82754f9831029efbbafea5d5", "https://deno.land/x/dax@0.39.2/src/vendor/outdent.ts": "4d0283726579688c50b20c4b779e068acd3fa159a8784a4549e5e21bbef0ae64", - "https://deno.land/x/deno_graph@0.69.5/deno_graph_wasm.generated.js": "5405a54086725c8613096123631107422a67df52d11df5e06e38d0765f53fa82", - "https://deno.land/x/deno_graph@0.69.5/loader.ts": "512a406cb4c449b45110f2b878cd09929a883a4af193060232d2d9fc76a9d4dd", - "https://deno.land/x/deno_graph@0.69.5/media_type.ts": "7c1c5c6654e3cf84b8daa53c0d1ffc1b7864849406f559b961eccff859b0a417", - "https://deno.land/x/deno_graph@0.69.5/mod.ts": "be92f206bb38138ffc1c81a0b607dc22bb3a1dd9159b05331b2b37200ba25039", - "https://deno.land/x/deno_graph@0.69.5/types.ts": "bde84cb2919068c07e6cf4d8bf3054e8da908f2f221623d5302380df29b96320", + "https://deno.land/x/deno_graph@0.69.6/deno_graph_wasm.generated.js": "db34a2f6e33c4dda6b60bdd1a698babd9593a6d042757949d773b72662a45520", + "https://deno.land/x/deno_graph@0.69.6/loader.ts": "512a406cb4c449b45110f2b878cd09929a883a4af193060232d2d9fc76a9d4dd", + "https://deno.land/x/deno_graph@0.69.6/media_type.ts": "7c1c5c6654e3cf84b8daa53c0d1ffc1b7864849406f559b961eccff859b0a417", + "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", diff --git a/lib/x/deno_graph.ts b/lib/x/deno_graph.ts index 571406d9..121e4fc9 100644 --- a/lib/x/deno_graph.ts +++ b/lib/x/deno_graph.ts @@ -4,4 +4,4 @@ export { init, load, type ModuleJson, -} from "https://deno.land/x/deno_graph@0.69.5/mod.ts"; +} from "https://deno.land/x/deno_graph@0.69.6/mod.ts";