chore: update zod to 4.4.3
This commit is contained in:
parent
efb72cea4a
commit
a5468c409b
@ -29,6 +29,10 @@
|
||||
- Support pre-registered OAuth clients via `oauthClientId`/`oauthClientSecretEnv` and token endpoint auth method overrides for providers without dynamic client registration. (Issue #132)
|
||||
- Respect configured stdio `cwd` values, including relative paths resolved from the config file and `~` home expansion. (PR #147 / issue #146, thanks @solomonneas)
|
||||
|
||||
### Tooling / Dependencies
|
||||
|
||||
- Updated `zod` to 4.4.3.
|
||||
|
||||
## [0.9.0] - 2026-04-18
|
||||
|
||||
### CLI
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"ora": "^9.4.0",
|
||||
"rolldown": "1.0.0-rc.18",
|
||||
"zod": "^4.4.2"
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/estree": "^1.0.8",
|
||||
|
||||
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@ -17,7 +17,7 @@ importers:
|
||||
version: 2.2.5
|
||||
'@modelcontextprotocol/sdk':
|
||||
specifier: ^1.29.0
|
||||
version: 1.29.0(zod@4.4.2)
|
||||
version: 1.29.0(zod@4.4.3)
|
||||
acorn:
|
||||
specifier: ^8.16.0
|
||||
version: 8.16.0
|
||||
@ -37,8 +37,8 @@ importers:
|
||||
specifier: 1.0.0-rc.18
|
||||
version: 1.0.0-rc.18
|
||||
zod:
|
||||
specifier: ^4.4.2
|
||||
version: 4.4.2
|
||||
specifier: ^4.4.3
|
||||
version: 4.4.3
|
||||
devDependencies:
|
||||
'@types/estree':
|
||||
specifier: ^1.0.8
|
||||
@ -1751,8 +1751,8 @@ packages:
|
||||
peerDependencies:
|
||||
zod: ^3.25.28 || ^4
|
||||
|
||||
zod@4.4.2:
|
||||
resolution: {integrity: sha512-IynmDyxsEsb9RKzO3J9+4SxXnl2FTFSzNBaKKaMV6tsSk0rw9gYw9gs+JFCq/qk2LCZ78KDwyj+Z289TijSkUw==}
|
||||
zod@4.4.3:
|
||||
resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@ -1882,7 +1882,7 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
|
||||
'@modelcontextprotocol/sdk@1.29.0(zod@4.4.2)':
|
||||
'@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)':
|
||||
dependencies:
|
||||
'@hono/node-server': 1.19.14(hono@4.12.16)
|
||||
ajv: 8.20.0
|
||||
@ -1899,8 +1899,8 @@ snapshots:
|
||||
json-schema-typed: 8.0.2
|
||||
pkce-challenge: 5.0.1
|
||||
raw-body: 3.0.2
|
||||
zod: 4.4.2
|
||||
zod-to-json-schema: 3.25.2(zod@4.4.2)
|
||||
zod: 4.4.3
|
||||
zod-to-json-schema: 3.25.2(zod@4.4.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -3105,8 +3105,8 @@ snapshots:
|
||||
|
||||
yoctocolors@2.1.2: {}
|
||||
|
||||
zod-to-json-schema@3.25.2(zod@4.4.2):
|
||||
zod-to-json-schema@3.25.2(zod@4.4.3):
|
||||
dependencies:
|
||||
zod: 4.4.2
|
||||
zod: 4.4.3
|
||||
|
||||
zod@4.4.2: {}
|
||||
zod@4.4.3: {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user