From 5af139c823f25ecd6c4f37beefeda4e9892a876a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 13:14:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 833dbef8..23dbfd7d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "glob": "7.1.4", "inquirer": "6.5.0", "is-utf8": "^0.2.1", - "lodash": "4.17.15", + "lodash": "4.17.23", "minimist": "1.2.0", "shelljs": "0.7.6", "strip-bom": "4.0.0",