Skip to content

Commit 7cc7f7a

Browse files
Bump zod from 4.0.14 to 4.1.12 (#72)
* Bump zod from 4.0.14 to 4.1.12 Bumps [zod](https://github.com/colinhacks/zod) from 4.0.14 to 4.1.12. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.0.14...v4.1.12) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.12 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * rebuilt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jasonblanchard <jas.blanchard@gmail.com>
1 parent 6625aa2 commit 7cc7f7a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

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

packages/openapi-typescript-server-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"build": "tsup src/index.ts --dts --format cjs,esm --clean"
4242
},
4343
"dependencies": {
44-
"zod": "^4.0.14"
44+
"zod": "^4.1.12"
4545
}
4646
}

packages/openapi-typescript-server/bin/cli/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ var package_default = {
703703
"js-yaml": "^4.1.0",
704704
"openapi-typescript-server-runtime": "0.0.12",
705705
"ts-morph": "^27.0.0",
706-
zod: "^4.0.14"
706+
zod: "^4.1.12"
707707
},
708708
devDependencies: {
709709
"@types/js-yaml": "^4.0.9",

packages/openapi-typescript-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"js-yaml": "^4.1.0",
4747
"openapi-typescript-server-runtime": "0.0.12",
4848
"ts-morph": "^27.0.0",
49-
"zod": "^4.0.14"
49+
"zod": "^4.1.12"
5050
},
5151
"devDependencies": {
5252
"@types/js-yaml": "^4.0.9",

0 commit comments

Comments
 (0)