build(deps): bump @babel/register from 7.7.0 to 7.7.4

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-25 14:44:45 +00:00 committed by GitHub
parent cf75888ffe
commit 2dea0c0b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -856,9 +856,9 @@
}
},
"@babel/register": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.7.0.tgz",
"integrity": "sha512-HV3GJzTvSoyOMWGYn2TAh6uL6g+gqKTgEZ99Q3+X9UURT1VPT/WcU46R61XftIc5rXytcOHZ4Z0doDlsjPomIg==",
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.7.4.tgz",
"integrity": "sha512-/fmONZqL6ZMl9KJUYajetCrID6m0xmL4odX7v+Xvoxcv0DdbP/oO0TWIeLUCHqczQ6L6njDMqmqHFy2cp3FFsA==",
"requires": {
"find-cache-dir": "^2.0.0",
"lodash": "^4.17.13",

View file

@ -6,7 +6,7 @@
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.0",
"@babel/register": "^7.7.4",
"@google-cloud/trace-agent": "^4.2.3",
"@slack/client": "^3.8.1",
"accepts": "^1.3.5",