From 037a1fe82b9e846da28cbdbbabbb3e30b754369d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:07:08 +0000 Subject: [PATCH] fix: lib/codemod/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- lib/codemod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codemod/package.json b/lib/codemod/package.json index eca8d92af8ae..2db23b20c742 100644 --- a/lib/codemod/package.json +++ b/lib/codemod/package.json @@ -13,6 +13,6 @@ "prepare": "node ../../scripts/prepare.js" }, "dependencies": { - "jscodeshift": "^0.4.0" + "jscodeshift": "^0.5.0" } }