From 8fe90d286160d6cc585e18b1a2f4e29bd1523852 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 16 Sep 2024 22:23:40 +0100 Subject: fix(npm): better error handling for remote npm deps (#25670) * https://github.com/denoland/deno_npm/pull/68 --- 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 216a1162e..dda5a7a78 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -71,7 +71,7 @@ deno_doc = { version = "0.148.0", features = ["html", "syntect"] } deno_graph = { version = "=0.82.1" } deno_lint = { version = "=0.65.0", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "=0.25.0" +deno_npm = "=0.25.1" deno_package_json.workspace = true deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver.workspace = true -- cgit v1.2.3