From 9610ea3e25ebc0c73109e999c23cc39d5e315a0c Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 4 Mar 2026 12:33:57 -0500 Subject: [PATCH 1/3] pin to specific version --- deno.jsonc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index f060555..4a92b20 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -46,13 +46,13 @@ "./types": "./src/types.ts" }, "imports": { - "@deno/dnt": "jsr:@deno/dnt@^0.41", - "@std/assert": "jsr:@std/assert@^1", - "@std/cli": "jsr:@std/cli@^1", - "@std/fs": "jsr:@std/fs@^1", - "@std/http": "jsr:@std/http@^0.206.0", - "@std/path": "jsr:@std/path@^1.0.9", - "@std/testing": "jsr:@std/testing@^1", - "@std/text": "jsr:@std/text@^1" + "@deno/dnt": "jsr:@deno/dnt@0.42.3", + "@std/assert": "jsr:@std/assert@1.0.19", + "@std/cli": "jsr:@std/cli@1.0.28", + "@std/fs": "jsr:@std/fs@1.0.23", + "@std/http": "jsr:@std/http@1.0.25", + "@std/path": "jsr:@std/path@1.1.4", + "@std/testing": "jsr:@std/testing@1.0.17", + "@std/text": "jsr:@std/text@1.0.17" } } From c7702de50cf4c633d58049b23c72c0e590ac8e27 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 4 Mar 2026 12:42:47 -0500 Subject: [PATCH 2/3] Update deno.jsonc --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 4a92b20..053b55e 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -50,7 +50,7 @@ "@std/assert": "jsr:@std/assert@1.0.19", "@std/cli": "jsr:@std/cli@1.0.28", "@std/fs": "jsr:@std/fs@1.0.23", - "@std/http": "jsr:@std/http@1.0.25", + "@std/http": "jsr:@std/http@0.206.0", "@std/path": "jsr:@std/path@1.1.4", "@std/testing": "jsr:@std/testing@1.0.17", "@std/text": "jsr:@std/text@1.0.17" From 1dfbed313b0b9335cf14fadbacb8e6f36fc1866a Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 4 Mar 2026 12:47:45 -0500 Subject: [PATCH 3/3] Update deno.jsonc --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 053b55e..04a5446 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -46,7 +46,7 @@ "./types": "./src/types.ts" }, "imports": { - "@deno/dnt": "jsr:@deno/dnt@0.42.3", + "@deno/dnt": "jsr:@deno/dnt@0.41.3", "@std/assert": "jsr:@std/assert@1.0.19", "@std/cli": "jsr:@std/cli@1.0.28", "@std/fs": "jsr:@std/fs@1.0.23",