Skip to content

Commit 388c427

Browse files
Bump @babel/node from 7.12.10 to 7.13.0
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.12.10 to 7.13.0. - [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.0/packages/babel-node) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3faac80 commit 388c427

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@babel/cli": "^7.12.10",
5252
"@babel/core": "^7.12.10",
53-
"@babel/node": "^7.12.10",
53+
"@babel/node": "^7.13.0",
5454
"@babel/plugin-proposal-class-properties": "^7.12.1",
5555
"@babel/plugin-transform-react-jsx": "^7.12.12",
5656
"@babel/plugin-transform-typescript": "^7.12.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -431,12 +431,12 @@
431431
chalk "^2.0.0"
432432
js-tokens "^4.0.0"
433433

434-
"@babel/node@^7.12.10":
435-
version "7.12.10"
436-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.12.10.tgz#2a78e1a3a98f08e0d5e8adbaba783bed5efb09ae"
437-
integrity sha512-lJT1sXp1bEfAZ7B2ChEOOiUxaGbIWkcAixqZDpbHnJWUqIjoofOGo5ON1bJ9HOmtMdF7rqKiOoM7zZSI87El3g==
434+
"@babel/node@^7.13.0":
435+
version "7.13.0"
436+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.13.0.tgz#300ea0f4d516a7586c76797404b951c709bfa821"
437+
integrity sha512-WJcD7YMnTs7qFo45lstvAOR7Sa370sydddnF8JNpD5xen3BwMlhHd0XVVDIB0crYIlSav/W/+dVw+D1wJQUZBQ==
438438
dependencies:
439-
"@babel/register" "^7.12.10"
439+
"@babel/register" "^7.13.0"
440440
commander "^4.0.1"
441441
core-js "^3.2.1"
442442
lodash "^4.17.19"
@@ -1091,10 +1091,10 @@
10911091
"@babel/plugin-transform-react-jsx-development" "^7.12.7"
10921092
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
10931093

1094-
"@babel/register@^7.12.10":
1095-
version "7.12.10"
1096-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.10.tgz#19b87143f17128af4dbe7af54c735663b3999f60"
1097-
integrity sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ==
1094+
"@babel/register@^7.13.0":
1095+
version "7.13.8"
1096+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.8.tgz#d9051dc6820cb4e86375cc0e2d55a4862b31184f"
1097+
integrity sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ==
10981098
dependencies:
10991099
find-cache-dir "^2.0.0"
11001100
lodash "^4.17.19"

0 commit comments

Comments
 (0)