Skip to content

Commit c49dcc5

Browse files
chore(deps): bump zod from 4.4.1 to 4.4.3 (#510)
Bumps [zod](https://github.com/colinhacks/zod) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ee87cd commit c49dcc5

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tailwindcss": "^4.2.4",
4444
"tw-animate-css": "^1.4.0",
4545
"vite-tsconfig-paths": "^6.1.1",
46-
"zod": "^4.4.1"
46+
"zod": "^4.4.3"
4747
},
4848
"devDependencies": {
4949
"@tanstack/devtools-vite": "^0.6.0",

examples/with-schema-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"postgres": "^3.4.9",
1515
"valibot": "^1.3.1",
1616
"yup": "^1.7.1",
17-
"zod": "^4.4.1"
17+
"zod": "^4.4.3"
1818
},
1919
"devDependencies": {
2020
"tsx": "^4.21.0"

package-lock.json

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

packages/openworkflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"valibot": "^1.3.1",
6161
"vitest": "^4.0.18",
6262
"yup": "^1.7.1",
63-
"zod": "^4.4.1"
63+
"zod": "^4.4.3"
6464
},
6565
"peerDependencies": {
6666
"postgres": "^3.4.9"

0 commit comments

Comments
 (0)