From 5a9e9a64fa9798242e6b0a5287187c0ec3746f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 Apr 2019 06:46:46 +0000 Subject: [PATCH] build(deps-dev): bump @babel/register from 7.4.0 to 7.4.4 Bumps [@babel/register](https://github.com/babel/babel) from 7.4.0 to 7.4.4. - [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.4.0...v7.4.4) 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 b4f16118b2..fc0da90fd8 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@babel/plugin-proposal-object-rest-spread": "7.4.3", "@babel/preset-env": "7.4.3", "@babel/preset-typescript": "7.3.3", - "@babel/register": "7.4.0", + "@babel/register": "7.4.4", "@types/chai": "4.1.7", "@types/chai-as-promised": "^7.1.0", "@types/cross-spawn": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index a8cbeb5efd..0da2787650 100644 --- a/yarn.lock +++ b/yarn.lock @@ -688,10 +688,10 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-transform-typescript" "^7.3.2" -"@babel/register@7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.4.0.tgz#d9d0a621db268fb14200f2685a4f8924c822404c" - integrity sha512-ekziebXBnS/7V6xk8sBfLSSD6YZuy6P29igBtR6OL/tswKdxOV+Yqq0nzICMguVYtGRZYUCGpfGV8J9Za2iBdw== +"@babel/register@7.4.4": + version "7.4.4" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.4.4.tgz#370a68ba36f08f015a8b35d4864176c6b65d7a23" + integrity sha512-sn51H88GRa00+ZoMqCVgOphmswG4b7mhf9VOB0LUBAieykq2GnRFerlN+JQkO/ntT7wz4jaHNSRPg9IdMPEUkA== dependencies: core-js "^3.0.0" find-cache-dir "^2.0.0"