From 9ed6145aa198c316566c616a44def8b4df4f0ea0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 13:37:51 +0000 Subject: [PATCH] Bump @babel/cli from 7.8.0 to 7.8.3 Bumps [@babel/cli](https://github.com/babel/babel) from 7.8.0 to 7.8.3. - [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.8.0...v7.8.3) 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 56bc73be..9ae741db 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "xterm-addon-webgl": "^0.4.1" }, "devDependencies": { - "@babel/cli": "7.8.0", + "@babel/cli": "7.8.3", "@babel/core": "7.7.7", "@babel/plugin-proposal-class-properties": "^7.8.0", "@babel/plugin-proposal-numeric-separator": "^7.8.0", diff --git a/yarn.lock b/yarn.lock index d7ebce8c..ef210ef7 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.8.0": - version "7.8.0" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.0.tgz#e9ed4c3dbb163de5034c18979c118ed1aa294e05" - integrity sha512-/zOi56gIH3jBmnrfUvVf8MOMqf3hfFou2ONRYdRRpgnBSi0dUkiO+usu44YHsOEJqqwPkijBsiDKscQizouoag== +"@babel/cli@7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.3.tgz#121beb7c273e0521eb2feeb3883a2b7435d12328" + integrity sha512-K2UXPZCKMv7KwWy9Bl4sa6+jTNP7JyDiHKzoOiUUygaEDbC60vaargZDnO9oFMvlq8pIKOOyUUgeMYrsaN9djA== dependencies: commander "^4.0.1" convert-source-map "^1.1.0"