From 4fefb366e63af6b65ee26ad94a47a2d9d290b670 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:13:43 +0000 Subject: [PATCH] build(deps-dev): update @babel/cli requirement from 7.5.5 to 7.6.0 Updates the requirements on [@babel/cli](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.5.5...v7.6.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 151b236..e0a7180 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "verify:tscheck": "types-checker" }, "devDependencies": { - "@babel/cli": "7.5.5", + "@babel/cli": "7.6.0", "@babel/core": "7.5.5", "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/plugin-proposal-object-rest-spread": "7.5.5",