From 6472afd12bd5978869370948ef2357c810cb6071 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 24 Feb 2023 12:50:03 -0500 Subject: fix: remote modules should be allowed to import data urls (#17920) This was a regression that has already been broken for some time, but that also became broken for when using an import map 1.31. Closes #17914 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5a35f5ed8..060a91fa1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -46,7 +46,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = "0.57.0" deno_emit = "0.16.0" -deno_graph = "0.44.0" +deno_graph = "0.44.1" deno_lint = { version = "0.40.0", features = ["docs"] } deno_lockfile.workspace = true deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } -- cgit v1.2.3