diff --git a/deno.json b/deno.json index fc9a444..47ac291 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ }, "imports": { "@steno/steno": "jsr:@steno/steno@^0.12.0", - "@std/assert": "jsr:@std/assert@1", + "@std/assert": "jsr:@std/assert@1.0.19", "@std/front-matter": "jsr:@std/front-matter@^1.0.9", "@std/path": "jsr:@std/path@^1.0.8" }, diff --git a/deno.lock b/deno.lock index 3fb9980..3301b9a 100644 --- a/deno.lock +++ b/deno.lock @@ -5,7 +5,7 @@ "jsr:@deno/emit@0.46.0": "0.46.0", "jsr:@deno/graph@~0.73.1": "0.73.1", "jsr:@std/assert@0.223": "0.223.0", - "jsr:@std/assert@1": "1.0.19", + "jsr:@std/assert@1.0.19": "1.0.19", "jsr:@std/bytes@0.223": "0.223.0", "jsr:@std/collections@^1.1.3": "1.3.0", "jsr:@std/fmt@0.223": "0.223.0", @@ -128,7 +128,7 @@ }, "workspace": { "dependencies": [ - "jsr:@std/assert@1", + "jsr:@std/assert@1.0.19", "jsr:@std/front-matter@^1.0.9", "jsr:@std/path@^1.0.8", "jsr:@steno/steno@0.12"