From b2c92f08550153a341e3f6b8b621695534228f3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 11:23:01 +0000 Subject: [PATCH] build(deps-dev): bump @babel/cli from 7.5.5 to 7.8.0 Bumps [@babel/cli](https://github.com/babel/babel) from 7.5.5 to 7.8.0. - [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.8.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..5178063 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "verify:tscheck": "types-checker" }, "devDependencies": { - "@babel/cli": "7.5.5", + "@babel/cli": "7.8.0", "@babel/core": "7.5.5", "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/plugin-proposal-object-rest-spread": "7.5.5",