From dff4db10e137d151f02e4d1c07ba194e150e00fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 01:43:24 +0000 Subject: [PATCH] fix: packages/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 - https://snyk.io/vuln/SNYK-JS-VUETEMPLATECOMPILER-8219888 --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 57af84cd5d00d..f4dbbcbf7c0fd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -163,7 +163,7 @@ "luxon": "^3.1.0", "mysql2": "~2.3.3", "n8n-core": "~0.151.1", - "n8n-editor-ui": "~0.177.1", + "n8n-editor-ui": "~1.6.0", "n8n-nodes-base": "~0.209.1", "n8n-workflow": "~0.133.1", "nodemailer": "^6.7.1",