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

This commit is contained in:
dependabot[bot]
2021-02-19 02:35:57 -05:00
committed by GitHub
parent 9b19984d04
commit 1e976a11f1
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -2754,9 +2754,9 @@
} }
}, },
"@babel/plugin-transform-runtime": { "@babel/plugin-transform-runtime": {
"version": "7.12.15", "version": "7.12.17",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.17.tgz",
"integrity": "sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow==", "integrity": "sha512-s+kIJxnaTj+E9Q3XxQZ5jOo+xcogSe3V78/iFQ5RmoT0jROdpcdxhfGdq/VLqW1hFSzw6VjqN8aQqTaAMixWsw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-module-imports": "^7.12.13", "@babel/helper-module-imports": "^7.12.13",
@@ -2786,9 +2786,9 @@
"dev": true "dev": true
}, },
"@babel/types": { "@babel/types": {
"version": "7.12.13", "version": "7.12.17",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.17.tgz",
"integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "integrity": "sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.12.11", "@babel/helper-validator-identifier": "^7.12.11",

View File

@@ -102,7 +102,7 @@
"@babel/plugin-proposal-class-properties": "=7.12.13", "@babel/plugin-proposal-class-properties": "=7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.12.13", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.12.13",
"@babel/plugin-proposal-optional-chaining": "=7.12.17", "@babel/plugin-proposal-optional-chaining": "=7.12.17",
"@babel/plugin-transform-runtime": "=7.12.15", "@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.12.13",