From e926db312c4ede1be19df88da95c0bf46f83c7fc Mon Sep 17 00:00:00 2001 From: Milly Date: Sun, 8 Sep 2024 03:24:21 +0900 Subject: [PATCH] deps: bump @std/assert version from ^0.221.0 to ^1.0.4 --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 7d5c5be..0f59af7 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -75,7 +75,7 @@ "@core/iterutil": "jsr:@core/iterutil@^0.3.0", "@core/unknownutil": "./mod.ts", "@deno/dnt": "jsr:@deno/dnt@^0.41.1", - "@std/assert": "jsr:@std/assert@^0.221.0", + "@std/assert": "jsr:@std/assert@^1.0.4", "@std/jsonc": "jsr:@std/jsonc@^1.0.0", "@std/path": "jsr:@std/path@^1.0.2", "@std/testing": "jsr:@std/testing@^0.221.0"