Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit e117152

Browse files
committed
fix(deps): update dependency @babel/register to ^7.5.5
1 parent 86aad73 commit e117152

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/core": "^7.5.5",
4444
"@babel/preset-env": "^7.5.5",
4545
"@babel/preset-typescript": "^7.3.3",
46-
"@babel/register": "^7.4.4",
46+
"@babel/register": "^7.5.5",
4747
"babel-plugin-static-fs": "^1.2.0",
4848
"confirmer": "^1.1.2",
4949
"cross-spawn": "^6.0.5",

Diff for: yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -710,14 +710,14 @@
710710
"@babel/helper-plugin-utils" "^7.0.0"
711711
"@babel/plugin-transform-typescript" "^7.3.2"
712712

713-
"@babel/register@^7.4.4":
714-
version "7.4.4"
715-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.4.4.tgz#370a68ba36f08f015a8b35d4864176c6b65d7a23"
716-
integrity sha512-sn51H88GRa00+ZoMqCVgOphmswG4b7mhf9VOB0LUBAieykq2GnRFerlN+JQkO/ntT7wz4jaHNSRPg9IdMPEUkA==
713+
"@babel/register@^7.5.5":
714+
version "7.5.5"
715+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.5.5.tgz#40fe0d474c8c8587b28d6ae18a03eddad3dac3c1"
716+
integrity sha512-pdd5nNR+g2qDkXZlW1yRCWFlNrAn2PPdnZUB72zjX4l1Vv4fMRRLwyf+n/idFCLI1UgVGboUU8oVziwTBiyNKQ==
717717
dependencies:
718718
core-js "^3.0.0"
719719
find-cache-dir "^2.0.0"
720-
lodash "^4.17.11"
720+
lodash "^4.17.13"
721721
mkdirp "^0.5.1"
722722
pirates "^4.0.0"
723723
source-map-support "^0.5.9"

0 commit comments

Comments
 (0)