Bump @babel/node from 7.12.16 to 7.13.0

Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.12.16 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>
This commit is contained in:
dependabot[bot] 2021-02-23 23:14:28 +00:00 committed by GitHub
parent 05ad09b599
commit 418e0e6f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -373,12 +373,12 @@
}
},
"@babel/node": {
"version": "7.12.16",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.16.tgz",
"integrity": "sha512-liaUYuO5FL9+wP7tSkFdwNSma/gj2H9c4jqOxTIN82m5R08QJRVoYJRCrgXpahaLLoB7icyRXSkg9uGJC6iJgQ==",
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.13.0.tgz",
"integrity": "sha512-WJcD7YMnTs7qFo45lstvAOR7Sa370sydddnF8JNpD5xen3BwMlhHd0XVVDIB0crYIlSav/W/+dVw+D1wJQUZBQ==",
"dev": true,
"requires": {
"@babel/register": "^7.12.13",
"@babel/register": "^7.13.0",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"lodash": "^4.17.19",
@ -1155,9 +1155,9 @@
}
},
"@babel/register": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.13.tgz",
"integrity": "sha512-fnCeRXj970S9seY+973oPALQg61TRvAaW0nRDe1f4ytKqM3fZgsNXewTZWmqZedg74LFIRpg/11dsrPZZvYs2g==",
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.0.tgz",
"integrity": "sha512-nswFANDBcO661RvGOHfVKVRBZIe9wJuFFIJYJWpO8LwYn8WI+h/2JZhceLvlxjxEvMH6/oGkEBgz5SnqUUMkCg==",
"dev": true,
"requires": {
"find-cache-dir": "^2.0.0",

View File

@ -57,7 +57,7 @@
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.13.4",
"@babel/node": "^7.12.16",
"@babel/node": "^7.13.0",
"@babel/preset-env": "^7.12.17",
"@loadable/component": "^5.14.1",
"@svgr/webpack": "^5.5.0",