Merge pull request #11576 from HabitRPG/dependabot/npm_and_yarn/babel/register-7.7.4

build(deps): bump @babel/register from 7.7.0 to 7.7.4
This commit is contained in:
Matteo Pagliazzi 2019-11-25 15:45:23 +01:00 committed by GitHub
commit 3839fd276b
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",