Skip to content

Commit bd11191

Browse files
committed
Fix Package subpath './v3' not defined in zod
1 parent d0bcfd9 commit bd11191

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"dependencies": {
6262
"@langchain/core": "0.3.43",
6363
"@modelcontextprotocol/sdk": "^1.15.1",
64-
"zod": "3.24.0",
64+
"zod": "^3.25.0",
6565
"zod-to-json-schema": "^3.24.6"
6666
},
6767
"overrides": {
6868
"pkce-challenge": "3.0.0",
69-
"zod": "3.24.0"
69+
"zod": "^3.25.0"
7070
},
7171
"peerDependencies": {
7272
"n8n-workflow": "*"

0 commit comments

Comments
 (0)