diff --git a/deno.json b/deno.json index 8c67d2a..e8a29ca 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,7 @@ "imports": { "@std/assert": "jsr:@std/assert@1.0.11", "@std/path": "jsr:@std/path@1.0.8", - "@std/testing": "jsr:@std/testing@1.0.4", + "@std/testing": "jsr:@std/testing@1.0.9", "lume/": "https://deno.land/x/lume@v2.4.1/" }, "fmt": { diff --git a/deno.lock b/deno.lock index 0520d13..ef6b278 100644 --- a/deno.lock +++ b/deno.lock @@ -4,12 +4,13 @@ "jsr:@davidbonnet/astring@1.8.6": "1.8.6", "jsr:@std/assert@1.0.11": "1.0.11", "jsr:@std/assert@1.0.7": "1.0.7", + "jsr:@std/assert@^1.0.10": "1.0.11", "jsr:@std/assert@^1.0.7": "1.0.11", "jsr:@std/cli@1.0.6": "1.0.6", "jsr:@std/cli@^1.0.6": "1.0.6", "jsr:@std/collections@^1.0.5": "1.0.9", "jsr:@std/crypto@1.0.3": "1.0.3", - "jsr:@std/data-structures@^1.0.4": "1.0.6", + "jsr:@std/data-structures@^1.0.6": "1.0.6", "jsr:@std/encoding@1.0.5": "1.0.5", "jsr:@std/encoding@^1.0.5": "1.0.5", "jsr:@std/fmt@1.0.3": "1.0.3", @@ -19,6 +20,7 @@ "jsr:@std/fs@1.0.5": "1.0.5", "jsr:@std/fs@^1.0.4": "1.0.5", "jsr:@std/fs@^1.0.5": "1.0.5", + "jsr:@std/fs@^1.0.9": "1.0.13", "jsr:@std/html@1.0.3": "1.0.3", "jsr:@std/http@1.0.9": "1.0.9", "jsr:@std/internal@^1.0.5": "1.0.5", @@ -32,7 +34,7 @@ "jsr:@std/path@^1.0.7": "1.0.8", "jsr:@std/path@^1.0.8": "1.0.8", "jsr:@std/streams@^1.0.7": "1.0.8", - "jsr:@std/testing@1.0.4": "1.0.4", + "jsr:@std/testing@1.0.9": "1.0.9", "jsr:@std/toml@1.0.1": "1.0.1", "jsr:@std/toml@^1.0.1": "1.0.1", "jsr:@std/yaml@1.0.5": "1.0.5", @@ -94,6 +96,12 @@ "jsr:@std/path@^1.0.7" ] }, + "@std/fs@1.0.13": { + "integrity": "756d3ff0ade91c9e72b228e8012b6ff00c3d4a4ac9c642c4dac083536bf6c605", + "dependencies": [ + "jsr:@std/path@^1.0.8" + ] + }, "@std/html@1.0.3": { "integrity": "7a0ac35e050431fb49d44e61c8b8aac1ebd55937e0dc9ec6409aa4bab39a7988" }, @@ -144,12 +152,12 @@ "@std/streams@1.0.8": { "integrity": "b41332d93d2cf6a82fe4ac2153b930adf1a859392931e2a19d9fabfb6f154fb3" }, - "@std/testing@1.0.4": { - "integrity": "ca1368d720b183f572d40c469bb9faf09643ddd77b54f8b44d36ae6b94940576", + "@std/testing@1.0.9": { + "integrity": "9bdd4ac07cb13e7594ac30e90f6ceef7254ac83a9aeaa089be0008f33aab5cd4", "dependencies": [ - "jsr:@std/assert@^1.0.7", + "jsr:@std/assert@^1.0.10", "jsr:@std/data-structures", - "jsr:@std/fs@^1.0.5", + "jsr:@std/fs@^1.0.9", "jsr:@std/internal", "jsr:@std/path@^1.0.8" ] @@ -416,7 +424,7 @@ "dependencies": [ "jsr:@std/assert@1.0.11", "jsr:@std/path@1.0.8", - "jsr:@std/testing@1.0.4" + "jsr:@std/testing@1.0.9" ] } }