mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
chore: Update zod to 3.22.3 [SECURITY]
This commit is contained in:
parent
0d98d29ae4
commit
eccfd9851e
2 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
"url": "https://github.com/n8n-io/n8n"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zod": "^3.0.0"
|
||||
"zod": "^3.22.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@n8n/typescript-config": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -176,3 +176,5 @@ minimumReleaseAgeExclude:
|
|||
- multer
|
||||
- simple-git
|
||||
- underscore
|
||||
# Renovate security update: zod@3.22.3
|
||||
- zod@3.22.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue