Merge pull request #7135 from swagger-api/dependabot/npm_and_yarn/babel/register-7.13.14

This commit is contained in:
dependabot[bot]
2021-03-30 10:31:59 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3568,9 +3568,9 @@
} }
}, },
"@babel/register": { "@babel/register": {
"version": "7.13.8", "version": "7.13.14",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.8.tgz", "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.13.14.tgz",
"integrity": "sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ==", "integrity": "sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"find-cache-dir": "^2.0.0", "find-cache-dir": "^2.0.0",

View File

@@ -106,7 +106,7 @@
"@babel/plugin-transform-runtime": "=7.13.10", "@babel/plugin-transform-runtime": "=7.13.10",
"@babel/preset-env": "=7.13.12", "@babel/preset-env": "=7.13.12",
"@babel/preset-react": "=7.13.13", "@babel/preset-react": "=7.13.13",
"@babel/register": "=7.13.8", "@babel/register": "=7.13.14",
"@commitlint/cli": "^12.0.1", "@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1", "@commitlint/config-conventional": "^12.0.1",
"@jest/globals": "=26.6.2", "@jest/globals": "=26.6.2",