Skip to content

Commit 764b55f

Browse files
build(deps): bump zod from 4.2.1 to 4.3.5 (#86)
Bumps [zod](https://github.com/colinhacks/zod) from 4.2.1 to 4.3.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.2.1...v4.3.5) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.5 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> Co-authored-by: CD Cabrera <cabrera.code@gmail.com>
1 parent b056d5b commit 764b55f

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@patternfly/patternfly-component-schemas": "1.2.0",
6060
"fastest-levenshtein": "1.0.16",
6161
"pid-port": "2.0.0",
62-
"zod": "4.2.1"
62+
"zod": "4.3.5"
6363
},
6464
"devDependencies": {
6565
"@cdcabrera/eslint-config-toolkit": "^0.4.0",

src/__tests__/__snapshots__/server.schema.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ exports[`jsonSchemaToZod should convert JSON Schema to Zod, complex unsupported
4646
"items": {
4747
"type": "string",
4848
},
49+
"lorem": "ipsum random string",
4950
"type": "array",
5051
}
5152
`;
@@ -56,6 +57,7 @@ exports[`jsonSchemaToZod should convert JSON Schema to Zod, complex unsupported
5657
"items": {
5758
"type": "string",
5859
},
60+
"lorem": "ipsum random string",
5961
"type": "array",
6062
}
6163
`;

0 commit comments

Comments
 (0)