From 4163a1f2a47717b724ab0883190cf17136964595 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Sep 2020 22:42:59 +0000 Subject: [PATCH] fix: upgrade recast from 0.19.1 to 0.20.2 Snyk has created this PR to upgrade recast from 0.19.1 to 0.20.2. See this package in npm: https://www.npmjs.com/package/recast See this project in Snyk: https://app.snyk.io/org/mcaj-admin/project/7891e47e-ed00-4a86-9867-0a6835ce4928?utm_source=github&utm_medium=upgrade-pr --- 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 014d577502a..052765727ef 100644 --- a/lib/codemod/package.json +++ b/lib/codemod/package.json @@ -37,7 +37,7 @@ "jscodeshift": "^0.7.0", "lodash": "^4.17.15", "prettier": "~2.0.5", - "recast": "^0.19.0", + "recast": "^0.20.2", "regenerator-runtime": "^0.13.3" }, "devDependencies": {