From 9decc6e07294b8ef2bf2e33881328190b2c66872 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:48:30 +0000 Subject: [PATCH] chore(deps-dev): bump jscodeshift from 0.6.4 to 0.11.0 Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 0.6.4 to 0.11.0. - [Release notes](https://github.com/facebook/jscodeshift/releases) - [Changelog](https://github.com/facebook/jscodeshift/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jscodeshift/compare/v0.6.4...0.11.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab5b6ac..e17fddb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "decaffeinate": "^3.0.0", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", - "jscodeshift": "^0.6.4", + "jscodeshift": "^0.11.0", "mocha": "^3.0.2", "rollup": "^0.36.0", "rollup-plugin-babel": "^2.6.1",