From ba2870c2b83ea8d6d7df6cfc0b43e8c9b66ae3bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 10:53:56 +0000 Subject: [PATCH] build(deps): bump @babel/cli from 7.10.1 to 7.10.3 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.1 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-cli) 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 86275adb8..09a40a25d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "license": "MIT", "dependencies": { "@ampproject/rollup-plugin-closure-compiler": "^0.26.0", - "@babel/cli": "^7.10.1", + "@babel/cli": "^7.10.3", "@babel/core": "^7.10.3", "@babel/plugin-proposal-optional-chaining": "^7.10.1", "@babel/plugin-proposal-pipeline-operator": "^7.10.1", diff --git a/yarn.lock b/yarn.lock index 4e984f170..2e4cc5ff1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,10 +23,10 @@ magic-string "0.25.7" uuid "8.1.0" -"@babel/cli@^7.10.1": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.1.tgz#b6e5cd43a17b8f639442ab027976408ebe6d79a0" - integrity sha512-cVB+dXeGhMOqViIaZs3A9OUAe4pKw4SBNdMw6yHJMYR7s4TB+Cei7ThquV/84O19PdIFWuwe03vxxES0BHUm5g== +"@babel/cli@^7.10.3": + version "7.10.3" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.3.tgz#4ea83bd997d2a41c78d07263ada3ec466fb3764b" + integrity sha512-lWB3yH5/fWY8pi2Kj5/fA+17guJ9feSBw5DNjTju3/nRi9sXnl1JPh7aKQOSvdNbiDbkzzoGYtsr46M8dGmXDQ== dependencies: commander "^4.0.1" convert-source-map "^1.1.0"