Bump @babel/register from 7.12.13 to 7.13.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-23 04:21:16 +00:00 committed by GitHub
parent dde02e3ee8
commit 2bd3359c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "aniwatch-plus",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1431,9 +1431,9 @@
}
},
"@babel/register": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.13.tgz",
"integrity": "sha512-fnCeRXj970S9seY+973oPALQg61TRvAaW0nRDe1f4ytKqM3fZgsNXewTZWmqZedg74LFIRpg/11dsrPZZvYs2g==",
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.0.tgz",
"integrity": "sha512-nswFANDBcO661RvGOHfVKVRBZIe9wJuFFIJYJWpO8LwYn8WI+h/2JZhceLvlxjxEvMH6/oGkEBgz5SnqUUMkCg==",
"dev": true,
"requires": {
"find-cache-dir": "^2.0.0",

View file

@ -44,7 +44,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-private-methods": "^7.12.13",
"@babel/preset-env": "^7.12.17",
"@babel/register": "^7.12.13",
"@babel/register": "^7.13.0",
"@types/chrome": "0.0.132",
"babelify": "^10.0.0",
"browserify": "^17.0.0",