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.10 to 7.12.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.12.13/packages/babel-register)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-07 05:25:16 +00:00
parent 7a07438159
commit d2a2a0c101
2 changed files with 4 additions and 4 deletions

View File

@ -3067,9 +3067,9 @@
}
},
"@babel/register": {
"version": "7.12.10",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.10.tgz",
"integrity": "sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.13.tgz",
"integrity": "sha512-fnCeRXj970S9seY+973oPALQg61TRvAaW0nRDe1f4ytKqM3fZgsNXewTZWmqZedg74LFIRpg/11dsrPZZvYs2g==",
"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.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@babel/register": "^7.12.13",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-function-bind": "^6.22.0",