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

This commit is contained in:
dependabot[bot]
2021-02-19 00:44:42 -05:00
committed by GitHub
parent 0238592b91
commit 7745aca18d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1853,9 +1853,9 @@
} }
}, },
"@babel/plugin-proposal-optional-chaining": { "@babel/plugin-proposal-optional-chaining": {
"version": "7.12.16", "version": "7.12.17",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz",
"integrity": "sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==", "integrity": "sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.12.13", "@babel/helper-plugin-utils": "^7.12.13",

View File

@@ -101,7 +101,7 @@
"@babel/core": "=7.12.16", "@babel/core": "=7.12.16",
"@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.16", "@babel/plugin-proposal-optional-chaining": "=7.12.17",
"@babel/plugin-transform-runtime": "=7.12.15", "@babel/plugin-transform-runtime": "=7.12.15",
"@babel/preset-env": "=7.12.17", "@babel/preset-env": "=7.12.17",
"@babel/preset-react": "=7.12.13", "@babel/preset-react": "=7.12.13",