build(deps): bump @babel/register from 7.6.2 to 7.7.0 (#11529)

Bumps [@babel/register](https://github.com/babel/babel) from 7.6.2 to 7.7.0.
- [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.6.2...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-11 12:05:04 +01:00 committed by Matteo Pagliazzi
parent e2e320a3b6
commit 0f34103a58
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -673,15 +673,15 @@
}
},
"@babel/register": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.6.2.tgz",
"integrity": "sha512-xgZk2LRZvt6i2SAUWxc7ellk4+OYRgS3Zpsnr13nMS1Qo25w21Uu8o6vTOAqNaxiqrnv30KTYzh9YWY2k21CeQ==",
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.7.0.tgz",
"integrity": "sha512-HV3GJzTvSoyOMWGYn2TAh6uL6g+gqKTgEZ99Q3+X9UURT1VPT/WcU46R61XftIc5rXytcOHZ4Z0doDlsjPomIg==",
"requires": {
"find-cache-dir": "^2.0.0",
"lodash": "^4.17.13",
"mkdirp": "^0.5.1",
"make-dir": "^2.1.0",
"pirates": "^4.0.0",
"source-map-support": "^0.5.9"
"source-map-support": "^0.5.16"
}
},
"@babel/template": {

View file

@ -6,7 +6,7 @@
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@babel/register": "^7.7.0",
"@google-cloud/trace-agent": "^4.2.2",
"@slack/client": "^3.8.1",
"accepts": "^1.3.5",