From 8a6f40d2d7d543165fe665a775ac3b35bc96a45c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 16:57:30 +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-MYSQL2-6861580 --- 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 f76359f798c66..563c87cc43833 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -173,7 +173,7 @@ "lodash.uniqby": "^4.7.0", "lodash.unset": "^4.5.2", "luxon": "^3.3.0", - "mysql2": "~2.3.3", + "mysql2": "~3.9.8", "n8n-core": "workspace:*", "n8n-editor-ui": "workspace:*", "n8n-nodes-base": "workspace:*",