diff --git a/deno/deno.json b/deno/deno.json index aa6d055..68a8d4b 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -7,7 +7,7 @@ }, "imports": { "@std/assert": "jsr:@std/assert@1", - "zod": "npm:zod@^3.24.1" + "zod": "npm:zod@^3.24.2" }, "fmt": { "indentWidth": 4 diff --git a/deno/deno.lock b/deno/deno.lock index 3aca4c0..f8ce1e4 100644 --- a/deno/deno.lock +++ b/deno/deno.lock @@ -7,7 +7,7 @@ "jsr:@std/bytes@^1.0.2-rc.3": "1.0.5", "jsr:@std/internal@^1.0.5": "1.0.5", "jsr:@std/io@0.224.5": "0.224.5", - "npm:zod@^3.24.1": "3.24.1" + "npm:zod@^3.24.2": "3.24.2" }, "jsr": { "@std/assert@1.0.11": { @@ -33,8 +33,8 @@ } }, "npm": { - "zod@3.24.1": { - "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==" + "zod@3.24.2": { + "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==" } }, "redirects": { @@ -196,7 +196,7 @@ "workspace": { "dependencies": [ "jsr:@std/assert@1", - "npm:zod@^3.24.1" + "npm:zod@^3.24.2" ] } }