From 3079461d7bb1f45f7044da298cbb04045e43ce00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 20:25:14 +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..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",