diff --git a/deno.json b/deno.json index 7d63f115ac..b89e1f90ef 100644 --- a/deno.json +++ b/deno.json @@ -4,7 +4,7 @@ "@actions/core": "npm:@actions/core@1.10.1", "@catppuccin/palette": "npm:@catppuccin/palette@1.2.0", "@octokit/rest": "npm:@octokit/rest@21.0.1", - "@std/assert": "jsr:@std/assert@^1.0.0", + "@std/assert": "jsr:@std/assert@^1.0.1", "@std/cli": "jsr:@std/cli@^1.0.1", "@std/fmt": "jsr:@std/fmt@^0.225.6", "@std/fs": "jsr:@std/fs@^0.229.3", diff --git a/deno.lock b/deno.lock index 620da17d18..ff95e8f848 100644 --- a/deno.lock +++ b/deno.lock @@ -3,7 +3,7 @@ "packages": { "specifiers": { "jsr:@std/assert@^0.224.0": "jsr:@std/assert@0.224.0", - "jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.0", + "jsr:@std/assert@^1.0.1": "jsr:@std/assert@1.0.1", "jsr:@std/cli@^1.0.1": "jsr:@std/cli@1.0.1", "jsr:@std/fmt@^0.225.6": "jsr:@std/fmt@0.225.6", "jsr:@std/fs@^0.229.3": "jsr:@std/fs@0.229.3", @@ -35,8 +35,8 @@ "@std/assert@0.224.0": { "integrity": "8643233ec7aec38a940a8264a6e3eed9bfa44e7a71cc6b3c8874213ff401967f" }, - "@std/assert@1.0.0": { - "integrity": "0e4f6d873f7f35e2a1e6194ceee39686c996b9e5d134948e644d35d4c4df2008", + "@std/assert@1.0.1": { + "integrity": "13590ef8e5854f59e4ad252fd987e83239a1bf1f16cb9c69c1d123ebb807a75b", "dependencies": [ "jsr:@std/internal@^1.0.1" ] @@ -1439,7 +1439,7 @@ }, "workspace": { "dependencies": [ - "jsr:@std/assert@^1.0.0", + "jsr:@std/assert@^1.0.1", "jsr:@std/cli@^1.0.1", "jsr:@std/fmt@^0.225.6", "jsr:@std/fs@^0.229.3",