From 8f064a510893b2f0d3b4b5a67561b9f8fe6c30e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 08:50:00 +0000 Subject: [PATCH] Bump @babel/cli from 7.16.7 to 7.16.8 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.16.7 to 7.16.8. - [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.16.8/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b4d87af6..f253ad8c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "devDependencies": { "@ava/babel": "2.0.0", "@ava/typescript": "^3.0.1", - "@babel/cli": "7.16.7", + "@babel/cli": "7.16.8", "@babel/core": "7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-numeric-separator": "^7.16.7", diff --git a/yarn.lock b/yarn.lock index 3757c660..f6fd2884 100644 --- a/yarn.lock +++ b/yarn.lock @@ -47,10 +47,10 @@ escape-string-regexp "^5.0.0" execa "^5.1.1" -"@babel/cli@7.16.7": - version "7.16.7" - resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.16.7.tgz#4184b5ec6a22106e9dd64bbcaa2eb22675ff595d" - integrity sha512-0iBF+G2Qml0y3mY5dirolyToLSR88a/KB6F2Gm8J/lOnyL8wbEOHak0DHF8gjc9XZGgTDGv/jYXNiapvsYyHTA== +"@babel/cli@7.16.8": + version "7.16.8" + resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.16.8.tgz#44b9be7706762bfa3bff8adbf746da336eb0ab7c" + integrity sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA== dependencies: commander "^4.0.1" convert-source-map "^1.1.0"