Skip to content

Commit

Permalink
chore(deps): update dependency @babel/node to ^7.14.2 (#31690)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 1, 2021
1 parent 701ab2f commit 04ce42c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.13.0",
"@babel/node": "^7.13.0",
"@babel/node": "^7.14.2",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/runtime": "^7.13.9",
"@lerna/prompt": "3.18.5",
Expand Down
21 changes: 10 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -528,15 +528,14 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@babel/node@^7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.13.0.tgz#300ea0f4d516a7586c76797404b951c709bfa821"
integrity sha512-WJcD7YMnTs7qFo45lstvAOR7Sa370sydddnF8JNpD5xen3BwMlhHd0XVVDIB0crYIlSav/W/+dVw+D1wJQUZBQ==
"@babel/node@^7.14.2":
version "7.14.2"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.2.tgz#d860c10306020d18e3fd0327c63bfaf2dbfc7470"
integrity sha512-QB/C+Kl6gIYpTjZ/hcZj+chkiAVGcgSHuR849cdNvNJBz4VztO2775/o2ge8imB94EAsLcgkrdWH/3+UIVv1TA==
dependencies:
"@babel/register" "^7.13.0"
"@babel/register" "^7.13.16"
commander "^4.0.1"
core-js "^3.2.1"
lodash "^4.17.19"
node-environment-flags "^1.0.5"
regenerator-runtime "^0.13.4"
v8flags "^3.1.1"
Expand Down Expand Up @@ -1411,13 +1410,13 @@
"@babel/helper-validator-option" "^7.12.17"
"@babel/plugin-transform-typescript" "^7.13.0"

"@babel/register@^7.0.0", "@babel/register@^7.13.0":
version "7.13.8"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.8.tgz#d9051dc6820cb4e86375cc0e2d55a4862b31184f"
integrity sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ==
"@babel/register@^7.0.0", "@babel/register@^7.13.16":
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.16.tgz#ae3ab0b55c8ec28763877383c454f01521d9a53d"
integrity sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
lodash "^4.17.19"
make-dir "^2.1.0"
pirates "^4.0.0"
source-map-support "^0.5.16"
Expand Down

0 comments on commit 04ce42c

Please sign in to comment.