Merge pull request 'chore(deps): update dependency zod to v4' (#7) from renovate/zod-4.x into main

Reviewed-on: https://bitfreedom.net/code/code/apunkt/iai-mcp-opencode/pulls/7
This commit is contained in:
apunkt 2026-05-22 10:54:53 +02:00
commit a5d9112b8a
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.23.0"
"zod": "^4.0.0"
},
"bin": {
"iai-mcp-wrapper": "dist/index.js"
@ -1678,9 +1678,9 @@
"license": "ISC"
},
"node_modules/zod": {
"version": "3.25.76",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"