chore(deps-dev): bump @babel/node from 7.12.17 to 7.13.0 in /api-server

Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.12.17 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>
pull/41293/head
dependabot[bot] 2021-02-28 06:20:28 +00:00
parent 634333697a
commit 1fc770f196
2 changed files with 5 additions and 5 deletions

View File

@ -1613,12 +1613,12 @@
} }
}, },
"@babel/node": { "@babel/node": {
"version": "7.12.17", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.17.tgz", "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.13.0.tgz",
"integrity": "sha512-NLe32pSqoweEFvCEHxvJq3DgBx3oBLtgNfdW5936pMEc5TE2P8jVmDiY6JXQccn/4tt9sBLMUuh+tF3VXWyMhA==", "integrity": "sha512-WJcD7YMnTs7qFo45lstvAOR7Sa370sydddnF8JNpD5xen3BwMlhHd0XVVDIB0crYIlSav/W/+dVw+D1wJQUZBQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/register": "^7.12.13", "@babel/register": "^7.13.0",
"commander": "^4.0.1", "commander": "^4.0.1",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"lodash": "^4.17.19", "lodash": "^4.17.19",

View File

@ -60,7 +60,7 @@
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.13.0", "@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8", "@babel/core": "^7.13.8",
"@babel/node": "^7.12.17", "@babel/node": "^7.13.0",
"@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.8",