chore(deps-dev): bump @babel/register in /api-server

Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.12.1 to 7.12.10.
- [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.12.10/packages/babel-register)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-12-27 05:03:08 +00:00
parent eb8359c281
commit 819245a789
2 changed files with 4 additions and 4 deletions

View File

@@ -2874,9 +2874,9 @@
}
},
"@babel/register": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.1.tgz",
"integrity": "sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==",
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.10.tgz",
"integrity": "sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ==",
"dev": true,
"requires": {
"find-cache-dir": "^2.0.0",

View File

@@ -64,7 +64,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.1",
"@babel/register": "^7.12.10",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-function-bind": "^6.22.0",