build(deps): bump @babel/register from 7.9.0 to 7.10.1 (#12263)

Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.9.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-register)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-01 10:29:50 +02:00 committed by GitHub
parent 4da794271d
commit 4beac98383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1281,9 +1281,9 @@
}
},
"@babel/register": {
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.9.0.tgz",
"integrity": "sha512-Tv8Zyi2J2VRR8g7pC5gTeIN8Ihultbmk0ocyNz8H2nEZbmhp1N6q0A1UGsQbDvGP/sNinQKUHf3SqXwqjtFv4Q==",
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.10.1.tgz",
"integrity": "sha512-sl96+kB3IA2B9EzpwwBmYadOT14vw3KaXOknGDbJaZCOj52GDA4Tivudq9doCJcB+bEIKCEARZYwRgBBsCGXyg==",
"requires": {
"find-cache-dir": "^2.0.0",
"lodash": "^4.17.13",
@ -10845,9 +10845,9 @@
"optional": true
},
"p-limit": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
"integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"requires": {
"p-try": "^2.0.0"
}

View file

@ -6,7 +6,7 @@
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@babel/register": "^7.10.1",
"@google-cloud/trace-agent": "^4.2.5",
"@slack/client": "^4.12.0",
"accepts": "^1.3.5",