diff --git a/deno.jsonc b/deno.jsonc index c80933f..95afb60 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -28,8 +28,8 @@ "update:commit": "deno task -q update --commit --pre-commit=fmt,lint" }, "imports": { - "@std/assert": "jsr:@std/assert@0.225.3", - "@std/bytes": "jsr:@std/bytes@0.224.0", + "@std/assert": "jsr:@std/assert@1.0.1", + "@std/bytes": "jsr:@std/bytes@1.0.2", "@lambdalisue/workerio": "./mod.ts" } }