Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/x/zod to v3.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent e7deef8 commit a21467b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* --- core --- */
export { Buffer } from "node:buffer";
export { parse } from "https://deno.land/[email protected]/csv/parse.ts";
export { z } from "https://deno.land/x/zod@v3.22.4/mod.ts";
export { z } from "https://deno.land/x/zod@v3.23.6/mod.ts";
export { compress } from "https://deno.land/x/[email protected]/mod.ts";

/* --- cli --- */
Expand Down

0 comments on commit a21467b

Please sign in to comment.