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

This commit is contained in:
dependabot[bot]
2021-02-23 00:24:52 -05:00
committed by GitHub
parent fc1d94b42b
commit 2e01e8b614
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3129,9 +3129,9 @@
} }
}, },
"@babel/register": { "@babel/register": {
"version": "7.12.13", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.13.tgz", "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.0.tgz",
"integrity": "sha512-fnCeRXj970S9seY+973oPALQg61TRvAaW0nRDe1f4ytKqM3fZgsNXewTZWmqZedg74LFIRpg/11dsrPZZvYs2g==", "integrity": "sha512-nswFANDBcO661RvGOHfVKVRBZIe9wJuFFIJYJWpO8LwYn8WI+h/2JZhceLvlxjxEvMH6/oGkEBgz5SnqUUMkCg==",
"dev": true, "dev": true,
"requires": { "requires": {
"find-cache-dir": "^2.0.0", "find-cache-dir": "^2.0.0",

View File

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