Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/x/zod to v3.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent e7deef8 commit 1a96dcf
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.3/mod.ts";
export { compress } from "https://deno.land/x/[email protected]/mod.ts";

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

0 comments on commit 1a96dcf

Please sign in to comment.