chore(deps-dev): bump @babel/register from 7.13.0 to 7.13.8

This commit is contained in:
dependabot[bot]
2021-03-01 04:22:06 -05:00
committed by GitHub
parent bab1f90f5c
commit d3a6506062
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3485,9 +3485,9 @@
}
},
"@babel/register": {
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.0.tgz",
"integrity": "sha512-nswFANDBcO661RvGOHfVKVRBZIe9wJuFFIJYJWpO8LwYn8WI+h/2JZhceLvlxjxEvMH6/oGkEBgz5SnqUUMkCg==",
"version": "7.13.8",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.8.tgz",
"integrity": "sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ==",
"dev": true,
"requires": {
"find-cache-dir": "^2.0.0",

View File

@@ -105,7 +105,7 @@
"@babel/plugin-transform-runtime": "=7.13.7",
"@babel/preset-env": "=7.13.8",
"@babel/preset-react": "=7.12.13",
"@babel/register": "=7.13.0",
"@babel/register": "=7.13.8",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@jest/globals": "=26.6.2",