From 7bca67fb62162506b0d7c580a789967a7ea7133d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 3 Sep 2024 09:27:13 +0000 Subject: [PATCH] fix(cronhooks): bump n8n-workflow version to 1.55.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- nodes/cronhooks/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/cronhooks/package.json b/nodes/cronhooks/package.json index 82b9888a..68f161ce 100644 --- a/nodes/cronhooks/package.json +++ b/nodes/cronhooks/package.json @@ -34,6 +34,6 @@ "tslib": "^2.7.0" }, "peerDependencies": { - "n8n-workflow": "1.54.0" + "n8n-workflow": "1.55.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7fde74c..9338a691 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -178,8 +178,8 @@ importers: nodes/cronhooks: dependencies: n8n-workflow: - specifier: 1.54.0 - version: 1.54.0 + specifier: 1.55.0 + version: 1.55.0 tslib: specifier: ^2.7.0 version: 2.7.0