Skip to content

Commit f5f8c3b

Browse files
committed
sync zod schema
1 parent ced4824 commit f5f8c3b

7 files changed

Lines changed: 26 additions & 40 deletions

File tree

examples/oauth-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"better-call": "^1.0.24",
1515
"cookie-parser": "^1.4.7",
1616
"express": "^5.1.0",
17-
"zod": "^4.0.17"
17+
"zod": "^4.3.6"
1818
},
1919
"devDependencies": {
2020
"@types/express": "^5.0.3",

packages/api/schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"test": "node --test -r ts-node/register src/schema/primitives.test.ts src/schema/parameters.test.ts"
2323
},
2424
"dependencies": {
25-
"zod": "^4.1.13"
25+
"zod": "^4.3.6"
2626
}
27-
}
27+
}

packages/helpers/api-schema-to-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@iracing-data/api-schema": "workspace:*",
1414
"commander": "^14.0.2",
15-
"zod": "^4.1.13",
15+
"zod": "^4.3.6",
1616
"zod-openapi": "^5.4.5"
1717
},
1818
"devDependencies": {

packages/helpers/oauth-schema-to-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@iracing-data/oauth-schema": "workspace:*",
1414
"commander": "^14.0.2",
15-
"zod": "^4.1.13",
15+
"zod": "^4.3.6",
1616
"zod-openapi": "^5.4.5"
1717
},
1818
"devDependencies": {

packages/oauth/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@iracing-data/oauth-schema": "workspace:*",
2525
"jose": "^6.2.2",
2626
"oauth4webapi": "^3.8.3",
27-
"zod": "^4.1.13"
27+
"zod": "^4.3.6"
2828
}
29-
}
29+
}

packages/oauth/schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"build": "tsc --build tsconfig.build.json"
2222
},
2323
"dependencies": {
24-
"zod": "^4.1.13"
24+
"zod": "^4.3.6"
2525
}
26-
}
26+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)