Skip to content

Commit f04f712

Browse files
fix(deps): update dependency zod to v3.24.3 (#2105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 453000c commit f04f712

File tree

4 files changed

+17
-22
lines changed

4 files changed

+17
-22
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "mintlify dev"
77
},
88
"dependencies": {
9-
"zod": "3.24.1",
9+
"zod": "3.24.3",
1010
"mintlify": "4.0.395"
1111
}
1212
}

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"tsconfig": "workspace:*",
5050
"typescript": "5.1.6",
5151
"webpack": "5.95.0",
52-
"zod": "3.23.8"
52+
"zod": "3.24.3"
5353
}
5454
}

packages/react-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"tsx": "4.9.0",
9191
"typescript": "5.8.2",
9292
"use-debounce": "10.0.4",
93-
"zod": "3.24.2"
93+
"zod": "3.24.3"
9494
}
9595
}

pnpm-lock.yaml

Lines changed: 14 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)