From 75ac557ab49112d383b0d4d181381192db5d3854 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:31:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 833dbef8..37af1e68 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.17", "minimist": "1.2.0", "shelljs": "0.7.6", "strip-bom": "4.0.0",