From c06e1320695e87d5a191a09d3c8307e727cb1c2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 02:59:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 870a5c6e5b0..62235920d5e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "got": "^6.6.3", "inquirer": "^2.0.0", "interpret": "^1.0.1", - "jscodeshift": "^0.3.30", + "jscodeshift": "^0.4.0", "loader-utils": "^0.2.16", "lodash": "^4.17.4", "recast": "git://github.com/kalcifer/recast.git#bug/allowbreak",