Bumps [zod](https://github.com/colinhacks/zod) from 3.25.28 to 3.25.46. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p> <blockquote> <h2>v3.25.46</h2> <h2>Commits:</h2> <ul> <li>52808166ec4ee89ed04d0da6b86c42134f6b07e4 Improve disc union error messaging</li> <li>4a3baf76f30048a89719018f4c5134f252debf94 Fix lint</li> <li>aff9561126e591cd9e05beda2d1c69d302bce79e Fix branded types in record</li> <li>50e9afb5606018ecacd6c64aee90f4f8006d851b 3.25.46</li> </ul> <h2>v3.25.45</h2> <h2>Commits:</h2> <ul> <li>dc2c0b0fccd893a08306ccadc8baa821b1b06a5b minor grammar typo fix (<a href="https://redirect.github.com/colinhacks/zod/issues/4584">#4584</a>)</li> <li>6fd3b39ab65970ec7f708e0aa4d0c9e20d9d2050 fix(JSONSchema): add type for enum (<a href="https://redirect.github.com/colinhacks/zod/issues/4577">#4577</a>)</li> <li>6be478b98c6a36895e28ab0d8b214880dc645d88 Fix ZodType assignability issues</li> <li>69ccb67f6d9d264dd26b6ba0bcc6f2ddc90a8fbc 3.25.45</li> </ul> <h2>v3.25.44</h2> <h2>Commits:</h2> <ul> <li>91267823162009488fff03f2a7240b89767e4d7d Update input<!-- raw HTML omitted --> to prevent excessively deep in more cases</li> <li>e2d72afba3378ab81c691bc81c7e96d6f4845e06 Loosen and expand metadata typing (<a href="https://redirect.github.com/colinhacks/zod/issues/4586">#4586</a>)</li> <li>fc69453e625a1b1c1a4523def3e4e60e5f2af8ca 3.25.44</li> </ul> <h2>v3.25.43</h2> <h2>Commits:</h2> <ul> <li>508e3065ca2debf43a2a8c27845ab7c7d4fe3bb0 Fix type inference in ZodMiniType check method (<a href="https://redirect.github.com/colinhacks/zod/issues/4568">#4568</a>)</li> <li>f8fef45cfa813412beecadfbbe9d6df09ac33a86 Ecosystem: Add Express Zod API (<a href="https://redirect.github.com/colinhacks/zod/issues/4579">#4579</a>)</li> <li>289cba3b95e522b9c66611b94c218bcdfe8566b2 Fix type inference in ZodMiniType check method (<a href="https://redirect.github.com/colinhacks/zod/issues/4568">#4568</a>)</li> <li>011623a7daaa4e5215178073e3a0aeb2e760b2a9 Fix dts files</li> </ul> <h2>v3.25.42</h2> <h2>Commits:</h2> <ul> <li>670a6d2f6f4b5ed902fbac7e627e71eb529d834c Improve Next.js tree shaking (<a href="https://redirect.github.com/colinhacks/zod/issues/4569">#4569</a>)</li> <li>548e7ef10912c84aa67a98da52b17dd0bffe1d9c 3.25.42</li> </ul> <h2>v3.25.41</h2> <h2>Commits:</h2> <ul> <li>b898f99b070b6e03ed14c4e1f82985a36315cbc5 Update nullability section</li> <li>df1e60e381dfd8aa23fddb4a047a899ae79ca76c Fix portability issue</li> <li>22ab436bc214d86d740e78f33ae6834d28ddc152 3.25.41</li> </ul> <h2>v3.25.40</h2> <h2>Commits:</h2> <ul> <li>f97733fff4d627b7b9c85d4a4a2f758727de00cf Flatten simple intersections</li> <li>ad2fc5ee221bc5fbfad1b7695c71a8a2c9c57314 Implement OpenAPI-friendly JSON Schema for File schemas (<a href="https://redirect.github.com/colinhacks/zod/issues/4567">#4567</a>)</li> <li>d9add61a91d8035c3bf3335f2aaadb723f3a5336 Improve z.file JSON Schema, update docs with additional properties</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/50e9afb5606018ecacd6c64aee90f4f8006d851b"><code>50e9afb</code></a> 3.25.46</li> <li><a href="https://github.com/colinhacks/zod/commit/aff9561126e591cd9e05beda2d1c69d302bce79e"><code>aff9561</code></a> Fix branded types in record</li> <li><a href="https://github.com/colinhacks/zod/commit/4a3baf76f30048a89719018f4c5134f252debf94"><code>4a3baf7</code></a> Fix lint</li> <li><a href="https://github.com/colinhacks/zod/commit/52808166ec4ee89ed04d0da6b86c42134f6b07e4"><code>5280816</code></a> Improve disc union error messaging</li> <li><a href="https://github.com/colinhacks/zod/commit/69ccb67f6d9d264dd26b6ba0bcc6f2ddc90a8fbc"><code>69ccb67</code></a> 3.25.45</li> <li><a href="https://github.com/colinhacks/zod/commit/6be478b98c6a36895e28ab0d8b214880dc645d88"><code>6be478b</code></a> Fix ZodType assignability issues</li> <li><a href="https://github.com/colinhacks/zod/commit/6fd3b39ab65970ec7f708e0aa4d0c9e20d9d2050"><code>6fd3b39</code></a> fix(JSONSchema): add type for enum (<a href="https://redirect.github.com/colinhacks/zod/issues/4577">#4577</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/dc2c0b0fccd893a08306ccadc8baa821b1b06a5b"><code>dc2c0b0</code></a> minor grammar typo fix (<a href="https://redirect.github.com/colinhacks/zod/issues/4584">#4584</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/fc69453e625a1b1c1a4523def3e4e60e5f2af8ca"><code>fc69453</code></a> 3.25.44</li> <li><a href="https://github.com/colinhacks/zod/commit/e2d72afba3378ab81c691bc81c7e96d6f4845e06"><code>e2d72af</code></a> Loosen and expand metadata typing (<a href="https://redirect.github.com/colinhacks/zod/issues/4586">#4586</a>)</li> <li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v3.25.28...v3.25.46">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 2 comments.