From ce8b2463dfff2ccd75366901d3934afec6fa03a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 15:44:55 +0000 Subject: [PATCH] fix: cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 2ae1a8f40c59..93066022a4bb 100644 --- a/cli/package.json +++ b/cli/package.json @@ -46,7 +46,7 @@ "is-installed-globally": "0.1.0", "lazy-ass": "1.6.0", "listr": "0.12.0", - "lodash": "4.17.15", + "lodash": "4.17.17", "log-symbols": "2.2.0", "minimist": "1.2.0", "moment": "2.24.0",