chore(deps): fix OOM caused by Zod

See https://github.com/vercel/ai/issues/7351
This commit is contained in:
Elian Doran
2026-03-30 20:17:37 +03:00
parent f4858d3684
commit 41164add15
2 changed files with 40 additions and 44 deletions

View File

@@ -136,7 +136,8 @@
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"diff@<4.0.4": ">=4.0.4",
"diff@>=6.0.0 <8.0.3": ">=8.0.3",
"tar@<7.5.7": ">=7.5.7"
"tar@<7.5.7": ">=7.5.7",
"zod@<3.25.76": ">=4.0.0"
},
"ignoredBuiltDependencies": [
"sqlite3"