From e9538b13d00f6868a6a982dac6f20fea63aae7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 28 Jun 2022 16:51:05 +0200 Subject: [PATCH] :arrow_up: Upgrade `n8n-core` and `n8n-workflow` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e2e750..45ee704 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "@typescript-eslint/parser": "^5.29.0", "eslint-plugin-n8n-nodes-base": "^1.2.0", "gulp": "^4.0.2", - "n8n-core": "~0.122.1", - "n8n-workflow": "~0.104.0", + "n8n-core": "~0.123.0", + "n8n-workflow": "~0.105.0", "prettier": "^2.7.1", "tslint": "^6.1.2", "typescript": "~4.6.0"