From 652b34f8b39a9f57c4bd915a6240421990157c9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 18:38:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cabe27..692ae74 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "chalk": "2.4.1", "commander": "2.9.0", "debug": "4.1.0", - "lodash": "4.17.11", + "lodash": "4.17.20", "mkdirp": "0.5.1", "ncp": "2.0.0", "prompt": "1.0.0",