From c6f1107e9c8835389479f4f2d80d3539d23df41e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 11 Apr 2024 07:26:35 +1000 Subject: chore: update references to `deno_std` to use JSR (#23239) There are more uses of `deno.land/std` in the codebase, but for URL parsing purposes rather than network calls or documentation. --- cli/js/40_jupyter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/40_jupyter.js') diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js index 63af393a5..9fab1c414 100644 --- a/cli/js/40_jupyter.js +++ b/cli/js/40_jupyter.js @@ -40,7 +40,7 @@ import { core, internals } from "ext:core/mod.js"; const $display = Symbol.for("Jupyter.display"); -/** Escape copied from https://deno.land/std@0.192.0/html/entities.ts */ +/** Escape copied from https://jsr.io/@std/html/0.221.0/entities.ts */ const rawToEntityEntries = [ ["&", "&"], ["<", "<"], -- cgit v1.2.3