Merge pull request #7279 from swagger-api/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.14.3

This commit is contained in:
dependabot[bot]
2021-05-18 07:59:37 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3217,9 +3217,9 @@
} }
}, },
"@babel/plugin-transform-runtime": { "@babel/plugin-transform-runtime": {
"version": "7.14.2", "version": "7.14.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.2.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.3.tgz",
"integrity": "sha512-LyA2AiPkaYzI7G5e2YI4NCasTfFe7mZvlupNprDOB7CdNUHb2DQC4uV6oeZ0396gOcicUzUCh0MShL6wiUgk+Q==", "integrity": "sha512-t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-module-imports": "^7.13.12", "@babel/helper-module-imports": "^7.13.12",

View File

@@ -103,7 +103,7 @@
"@babel/plugin-proposal-class-properties": "=7.13.0", "@babel/plugin-proposal-class-properties": "=7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8",
"@babel/plugin-proposal-optional-chaining": "=7.13.12", "@babel/plugin-proposal-optional-chaining": "=7.13.12",
"@babel/plugin-transform-runtime": "=7.14.2", "@babel/plugin-transform-runtime": "=7.14.3",
"@babel/preset-env": "=7.14.1", "@babel/preset-env": "=7.14.1",
"@babel/preset-react": "=7.13.13", "@babel/preset-react": "=7.13.13",
"@babel/register": "=7.13.16", "@babel/register": "=7.13.16",