From 52134c0d33606c4807e6f849d54c3f3bc08fc2d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 05:59:37 +0000 Subject: [PATCH] chore(deps-dev): update decaffeinate requirement from ^3.0.0 to ^6.0.9 Updates the requirements on [decaffeinate](https://github.com/decaffeinate/decaffeinate) to permit the latest version. - [Release notes](https://github.com/decaffeinate/decaffeinate/releases) - [Commits](https://github.com/decaffeinate/decaffeinate/compare/v3.0.0...v6.0.9) 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..744b625 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-preset-es2015": "^6.13.0", "babel-register": "^6.11.6", "babelrc-rollup": "^3.0.0", - "decaffeinate": "^3.0.0", + "decaffeinate": "^6.0.9", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", "jscodeshift": "^0.6.4",