build(deps-dev): bump @babel/register from 7.8.0 to 7.8.3 in /backend

Bumps [@babel/register](https://github.com/babel/babel) from 7.8.0 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-14 04:18:00 +00:00 committed by GitHub
parent 76f0cb716c
commit 07ba6391d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -102,7 +102,7 @@
"@babel/node": "~7.8.0",
"@babel/plugin-proposal-throw-expressions": "^7.8.0",
"@babel/preset-env": "~7.8.2",
"@babel/register": "~7.8.0",
"@babel/register": "~7.8.3",
"apollo-server-testing": "~2.9.16",
"babel-core": "~7.0.0-0",
"babel-eslint": "~10.0.3",

View File

@ -751,10 +751,10 @@
levenary "^1.1.0"
semver "^5.5.0"
"@babel/register@^7.8.0", "@babel/register@~7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.8.0.tgz#a6515b7daab31209c584f2919702b1dcb6264105"
integrity sha512-i7CPQBzb/uALrZZozm6jXpSoieZvcTSOqonKA9UX4OLEvAYc4Y2VqgW67ZkSz6xfaNP6m1g1oBy0/zMA7YcdJA==
"@babel/register@^7.8.0", "@babel/register@~7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.8.3.tgz#5d5d30cfcc918437535d724b8ac1e4a60c5db1f8"
integrity sha512-t7UqebaWwo9nXWClIPLPloa5pN33A2leVs8Hf0e9g9YwUP8/H9NeR7DJU+4CXo23QtjChQv5a3DjEtT83ih1rg==
dependencies:
find-cache-dir "^2.0.0"
lodash "^4.17.13"