From ecd5a8428455de084898c9768a870128eb400783 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2024 16:09:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 870a5c6e5b0..743dad69f31 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": "^17.1.0", "loader-utils": "^0.2.16", "lodash": "^4.17.4", "recast": "git://github.com/kalcifer/recast.git#bug/allowbreak",