From 6b7c9fc041a52e7cb7fcd454904e0a567b7d2fc2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 20:45:37 +0000 Subject: [PATCH] Bump @babel/node from 7.13.10 to 7.13.13 Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.13.10 to 7.13.13. - [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.13.13/packages/babel-node) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 22befe04..90c3f37a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.13.14", "@babel/core": "^7.11.6", - "@babel/node": "^7.13.10", + "@babel/node": "^7.13.13", "@babel/plugin-transform-runtime": "^7.11.5", "@babel/preset-env": "^7.13.15", "babel-eslint": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 09ab0611..6caa4a59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -420,15 +420,14 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/node@^7.13.10": - version "7.13.10" - resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.13.10.tgz#8babfc08940722c704136f61283a4cb9af88a2c5" - integrity sha512-cxJcxGsyGMXifzP+Plz/wcYFvGgi5Xz/RVOLQ50Hiz62BkhTaTeKVXQrHi6nmrf+hnP3Xtl/P6S4OCYGrk1zmw== +"@babel/node@^7.13.13": + version "7.13.13" + resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.13.13.tgz#9201214dab4ae41c1e1596b7d2e27098395b1509" + integrity sha512-gElSPunpriXoBGQxDkd5h9L13SVTyzFLTPv9jN1aXJNLR10iNs+MsfhYL/WGJGCJQFddHAdThY7CkmGVz2KPag== dependencies: "@babel/register" "^7.13.8" 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"