From 591d4225fe986fa8172303326f9e51c016263216 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:23:36 +0000 Subject: [PATCH] fix: lib/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- lib/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index ca4db7c8099f..e27bc5a66b95 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -26,7 +26,7 @@ "child-process-promise": "^2.2.1", "commander": "^2.12.2", "cross-spawn": "^5.0.1", - "jscodeshift": "^0.4.0", + "jscodeshift": "^0.5.0", "json5": "^0.5.1", "latest-version": "^3.1.0", "merge-dirs": "^0.2.1",