Bump @babel/register from 7.12.0 to 7.12.1

Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.12.0 to 7.12.1.
- [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.12.1/packages/babel-register)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-16 13:24:40 +00:00 committed by GitHub
parent fade11eca1
commit f8aaaace5b
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

@ -1244,9 +1244,9 @@
}
},
"@babel/register": {
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.0.tgz",
"integrity": "sha512-2F2v0qYSAwrGyK9mZ8lIoUluHRzLTgkJ2oRXlLV9GVe/ze/sTFBiOocLRMSJYDB2lLiABlVC+pZHlZ8qihO1Xg==",
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.1.tgz",
"integrity": "sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==",
"dev": true,
"requires": {
"find-cache-dir": "^2.0.0",

View file

@ -40,7 +40,7 @@
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/preset-env": "^7.12.0",
"@babel/register": "^7.12.0",
"@babel/register": "^7.12.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"cross-env": "^7.0.2",