chore(deps-dev): bump @babel/plugin-transform-runtime from 7.13.6 to 7.13.7

This commit is contained in:
dependabot[bot]
2021-02-25 00:38:41 -05:00
committed by GitHub
parent c1ed6d42c1
commit e1e99a9d4e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3175,9 +3175,9 @@
} }
}, },
"@babel/plugin-transform-runtime": { "@babel/plugin-transform-runtime": {
"version": "7.13.6", "version": "7.13.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.6.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.7.tgz",
"integrity": "sha512-QsTomUTIeOdYrNsOMJRSp2QzGvB1KYD4ePCC8Mei2SuoHScncYS3h1E9PR5gDL7buJmcqIHrWyH6B5GZMgDrRg==", "integrity": "sha512-pXfYTTSbU5ThVTUyQ6TUdUkonZYKKq8M6vDUkFCjFw8vT42hhayrbJPVWGC7B97LkzFYBtdW/SBGVZtRaopW6Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-module-imports": "^7.12.13", "@babel/helper-module-imports": "^7.12.13",

View File

@@ -102,7 +102,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.0", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.0",
"@babel/plugin-proposal-optional-chaining": "=7.13.0", "@babel/plugin-proposal-optional-chaining": "=7.13.0",
"@babel/plugin-transform-runtime": "=7.13.6", "@babel/plugin-transform-runtime": "=7.13.7",
"@babel/preset-env": "=7.13.5", "@babel/preset-env": "=7.13.5",
"@babel/preset-react": "=7.12.13", "@babel/preset-react": "=7.12.13",
"@babel/register": "=7.13.0", "@babel/register": "=7.13.0",