diff --git a/deno.json b/deno.json index a5b594d..72f42a7 100644 --- a/deno.json +++ b/deno.json @@ -7,7 +7,7 @@ "steno": "jsr:@steno/steno@^0.9.0", "@std/assert": "jsr:@std/assert@^1.0.0", "@std/path": "jsr:@std/path@^1.0.0", - "@std/fs": "jsr:@std/fs@^1.0.0", + "@std/fs": "jsr:@std/fs@^1.0.24", "sharp": "npm:sharp@^0.35.3" }, "nodeModulesDir": "auto", diff --git a/deno.lock b/deno.lock index e211e06..c3c73d2 100644 --- a/deno.lock +++ b/deno.lock @@ -3,7 +3,7 @@ "specifiers": { "jsr:@std/assert@1": "1.0.19", "jsr:@std/collections@^1.1.3": "1.3.0", - "jsr:@std/fs@1": "1.0.24", + "jsr:@std/fs@^1.0.24": "1.0.24", "jsr:@std/internal@^1.0.12": "1.0.14", "jsr:@std/internal@^1.0.14": "1.0.14", "jsr:@std/path@1": "1.1.6", @@ -288,7 +288,7 @@ "workspace": { "dependencies": [ "jsr:@std/assert@1", - "jsr:@std/fs@1", + "jsr:@std/fs@^1.0.24", "jsr:@std/path@1", "jsr:@steno/steno@0.9", "npm:sharp@~0.35.3"