build(deps): bump @babel/register from 7.10.1 to 7.10.3 (#12319)

Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.10.1 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/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-22 10:26:50 +02:00
committed by GitHub
parent 96b3be0467
commit ba96a3e947
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1137,9 +1137,9 @@
}
},
"@babel/register": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.10.1.tgz",
"integrity": "sha512-sl96+kB3IA2B9EzpwwBmYadOT14vw3KaXOknGDbJaZCOj52GDA4Tivudq9doCJcB+bEIKCEARZYwRgBBsCGXyg==",
"version": "7.10.3",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.10.3.tgz",
"integrity": "sha512-s1il0vdd02HCGwV1iocGJEzcbTNouZqMolSXKXFAiTNJSudPas9jdLQwyPPyAJxdNL6KGJ8pwWIOpKmgO/JWqg==",
"requires": {
"find-cache-dir": "^2.0.0",
"lodash": "^4.17.13",

View File

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