diff --git a/deno.json b/deno.json index 1eadaa3..037e0d5 100644 --- a/deno.json +++ b/deno.json @@ -7,7 +7,7 @@ "steno": "jsr:@steno/steno@^0.10.0", "@std/assert": "jsr:@std/assert@^1.0.19", "@std/path": "jsr:@std/path@^1.1.6", - "@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 a69e2bd..cae50b8 100644 --- a/deno.lock +++ b/deno.lock @@ -3,7 +3,7 @@ "specifiers": { "jsr:@std/assert@^1.0.19": "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.6": "1.1.6", @@ -288,7 +288,7 @@ "workspace": { "dependencies": [ "jsr:@std/assert@^1.0.19", - "jsr:@std/fs@1", + "jsr:@std/fs@^1.0.24", "jsr:@std/path@^1.1.6", "jsr:@steno/steno@0.10", "npm:sharp@~0.35.3"