chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.13.0 to 7.13.8

This commit is contained in:
dependabot[bot]
2021-03-02 00:37:54 -05:00
committed by GitHub
parent 603a40f926
commit f380e02bbb
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -2229,14 +2229,14 @@
} }
}, },
"@babel/plugin-proposal-optional-chaining": { "@babel/plugin-proposal-optional-chaining": {
"version": "7.13.0", "version": "7.13.8",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.0.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz",
"integrity": "sha512-OVRQOZEBP2luZrvEbNSX5FfWDousthhdEoAOpej+Tpe58HFLvqRClT89RauIvBuCDFEip7GW1eT86/5lMy2RNA==", "integrity": "sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.13.0", "@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
"@babel/plugin-syntax-optional-chaining": "^7.8.0" "@babel/plugin-syntax-optional-chaining": "^7.8.3"
}, },
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": { "@babel/helper-plugin-utils": {

View File

@@ -101,7 +101,7 @@
"@babel/core": "=7.13.8", "@babel/core": "=7.13.8",
"@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.8",
"@babel/plugin-transform-runtime": "=7.13.7", "@babel/plugin-transform-runtime": "=7.13.7",
"@babel/preset-env": "=7.13.9", "@babel/preset-env": "=7.13.9",
"@babel/preset-react": "=7.12.13", "@babel/preset-react": "=7.12.13",