Skip to content

Commit 76dbc51

Browse files
build(deps): bump zod from 4.3.6 to 4.4.1 (#139)
Bumps [zod](https://github.com/colinhacks/zod) from 4.3.6 to 4.4.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.3.6...v4.4.1) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3414ff2 commit 76dbc51

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dependencies": {
99
"@saltify/milky-protocol": "workspace:*",
1010
"sucrase": "^3.35.1",
11-
"zod": "^4.3.6"
11+
"zod": "^4.4.1"
1212
}
1313
}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"nextra-theme-docs": "^4.6.1",
1818
"react": "^19.2.5",
1919
"react-dom": "^19.2.5",
20-
"zod": "^4.3.6"
20+
"zod": "^4.4.1"
2121
},
2222
"devDependencies": {
2323
"@types/node": "^24.12.2",

pnpm-lock.yaml

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

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"zod": "^4.3.6"
26+
"zod": "^4.4.1"
2727
},
2828
"devDependencies": {
2929
"@saltify/milky-protocol": "workspace:*"

0 commit comments

Comments
 (0)