From c9c7550127924b593c485744ee055eb79b6efcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 6 Jul 2022 14:58:24 +0200 Subject: [PATCH] :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccf505b..110ecac 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "^5.29.0", - "eslint-plugin-n8n-nodes-base": "^1.2.0", + "eslint-plugin-n8n-nodes-base": "^1.4.1", "gulp": "^4.0.2", "n8n-core": "^0.125.0", "n8n-workflow": "^0.107.0",