From 93e35f14ef8039b4cede04bc01ddce13d3dcad0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 08:00:17 +0000 Subject: [PATCH] Bump @babel/cli from 7.7.7 to 7.8.0 Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.7 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.7.7...v7.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f62d00d..b5af8f80 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "xterm-addon-webgl": "^0.4.1" }, "devDependencies": { - "@babel/cli": "7.7.7", + "@babel/cli": "7.8.0", "@babel/core": "7.7.7", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-numeric-separator": "^7.7.4", diff --git a/yarn.lock b/yarn.lock index f2f1e2fe..8ffe90e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -41,10 +41,10 @@ "@ava/babel-plugin-throws-helper" "^4.0.0" babel-plugin-espower "^3.0.1" -"@babel/cli@7.7.7": - version "7.7.7" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.7.tgz#56849acbf81d1a970dd3d1b3097c8ebf5da3f534" - integrity sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA== +"@babel/cli@7.8.0": + version "7.8.0" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.0.tgz#e9ed4c3dbb163de5034c18979c118ed1aa294e05" + integrity sha512-/zOi56gIH3jBmnrfUvVf8MOMqf3hfFou2ONRYdRRpgnBSi0dUkiO+usu44YHsOEJqqwPkijBsiDKscQizouoag== dependencies: commander "^4.0.1" convert-source-map "^1.1.0"