From dfb18e6da0a0ef142711ce10fdb4729577c49e59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 02:58:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- 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",