diff --git a/deno.json b/deno.json index 556f191..7d63ad8 100644 --- a/deno.json +++ b/deno.json @@ -33,7 +33,7 @@ "@std/path": "jsr:@std/path@^1.0.0", "@std/semver": "jsr:@std/semver@^1.0.0", "@std/streams": "jsr:@std/streams@^1.0.0", - "@std/testing": "jsr:@std/testing@^0.225.0", + "@std/testing": "jsr:@std/testing@^1.0.0", "dedent": "npm:dedent@^1.5.3" }, "lint": { diff --git a/deno.lock b/deno.lock index bc187f1..aa958be 100644 --- a/deno.lock +++ b/deno.lock @@ -18,7 +18,9 @@ "jsr:@std/assert@1.0.0-rc.2": "jsr:@std/assert@1.0.0-rc.2", "jsr:@std/assert@^0.221.0": "jsr:@std/assert@0.221.0", "jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.2", + "jsr:@std/assert@^1.0.2": "jsr:@std/assert@1.0.2", "jsr:@std/async@^1.0.0-rc.2": "jsr:@std/async@1.0.1", + "jsr:@std/async@^1.0.2": "jsr:@std/async@1.0.3", "jsr:@std/bytes@^0.221.0": "jsr:@std/bytes@0.221.0", "jsr:@std/bytes@^1.0.0-rc.3": "jsr:@std/bytes@1.0.2", "jsr:@std/bytes@^1.0.1-rc.3": "jsr:@std/bytes@1.0.2", @@ -27,6 +29,7 @@ "jsr:@std/collections@^1.0.0": "jsr:@std/collections@1.0.5", "jsr:@std/collections@^1.0.1": "jsr:@std/collections@1.0.5", "jsr:@std/data-structures@^1.0.0-rc.1": "jsr:@std/data-structures@1.0.1", + "jsr:@std/data-structures@^1.0.1": "jsr:@std/data-structures@1.0.1", "jsr:@std/dotenv@^0.225.0": "jsr:@std/dotenv@0.225.0", "jsr:@std/encoding@1.0.0-rc.2": "jsr:@std/encoding@1.0.0-rc.2", "jsr:@std/fmt@^0.221.0": "jsr:@std/fmt@0.221.0", @@ -35,8 +38,9 @@ "jsr:@std/fmt@^1.0.0": "jsr:@std/fmt@1.0.0", "jsr:@std/fmt@~0.225.4": "jsr:@std/fmt@0.225.6", "jsr:@std/fs@0.221.0": "jsr:@std/fs@0.221.0", - "jsr:@std/fs@^1.0.0": "jsr:@std/fs@1.0.0", + "jsr:@std/fs@^1.0.0": "jsr:@std/fs@1.0.1", "jsr:@std/fs@^1.0.0-rc.1": "jsr:@std/fs@1.0.0", + "jsr:@std/fs@^1.0.1": "jsr:@std/fs@1.0.1", "jsr:@std/internal@^1.0.0": "jsr:@std/internal@1.0.1", "jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1", "jsr:@std/io@0.221.0": "jsr:@std/io@0.221.0", @@ -54,6 +58,7 @@ "jsr:@std/streams@0.221.0": "jsr:@std/streams@0.221.0", "jsr:@std/streams@^1.0.0": "jsr:@std/streams@1.0.0", "jsr:@std/testing@^0.225.0": "jsr:@std/testing@0.225.3", + "jsr:@std/testing@^1.0.0": "jsr:@std/testing@1.0.0", "jsr:@std/text@1.0.0-rc.1": "jsr:@std/text@1.0.0-rc.1", "npm:@conventional-commits/parser@0.4.0": "npm:@conventional-commits/parser@0.4.0", "npm:@conventional-commits/parser@^0.4.1": "npm:@conventional-commits/parser@0.4.1", @@ -173,6 +178,9 @@ "@std/async@1.0.1": { "integrity": "3c7f6324a8a1b47ca657e5a349b511c9a6c2c0729e9d66b223c9ecaac0753ecb" }, + "@std/async@1.0.3": { + "integrity": "6ed64678db43451683c6c176a21426a2ccd21ba0269ebb2c36133ede3f165792" + }, "@std/bytes@0.221.0": { "integrity": "64a047011cf833890a4a2ab7293ac55a1b4f5a050624ebc6a0159c357de91966" }, @@ -291,6 +299,17 @@ "jsr:@std/path@1.0.0-rc.2" ] }, + "@std/testing@1.0.0": { + "integrity": "27cfc06392c69c2acffe54e6d0bcb5f961cf193f519255372bd4fff1481bfef8", + "dependencies": [ + "jsr:@std/assert@^1.0.2", + "jsr:@std/async@^1.0.2", + "jsr:@std/data-structures@^1.0.1", + "jsr:@std/fs@^1.0.1", + "jsr:@std/internal@^1.0.1", + "jsr:@std/path@^1.0.2" + ] + }, "@std/text@1.0.0-rc.1": { "integrity": "34c722203e87ee12792c8d4a0cd2ee0e001341cbce75b860fc21be19d62232b0" } @@ -529,7 +548,7 @@ "jsr:@std/path@^1.0.0", "jsr:@std/semver@^1.0.0", "jsr:@std/streams@^1.0.0", - "jsr:@std/testing@^0.225.0", + "jsr:@std/testing@^1.0.0", "npm:@conventional-commits/parser@^0.4.1", "npm:@octokit/rest@^21.0.0", "npm:dedent@^1.5.3"