diff --git a/packages/@n8n/json-schema-to-zod/package.json b/packages/@n8n/json-schema-to-zod/package.json index ae689eb0a54..0747d5faf0a 100644 --- a/packages/@n8n/json-schema-to-zod/package.json +++ b/packages/@n8n/json-schema-to-zod/package.json @@ -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:*", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 18299c1f8e1..f123c103187 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -176,3 +176,5 @@ minimumReleaseAgeExclude: - multer - simple-git - underscore + # Renovate security update: zod@3.22.3 + - zod@3.22.3