mirror of
https://github.com/zadam/trilium.git
synced 2026-05-09 12:16:23 +02:00
chore(deps): fix OOM caused by Zod
See https://github.com/vercel/ai/issues/7351
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user