chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator from 7.12.1 to 7.12.13

This commit is contained in:
dependabot[bot]
2021-02-03 02:30:06 -05:00
committed by GitHub
parent 28b662dba7
commit 160196210e
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@@ -1683,13 +1683,21 @@
} }
}, },
"@babel/plugin-proposal-nullish-coalescing-operator": { "@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.12.1", "version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz",
"integrity": "sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==", "integrity": "sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.12.13",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz",
"integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==",
"dev": true
}
} }
}, },
"@babel/plugin-proposal-numeric-separator": { "@babel/plugin-proposal-numeric-separator": {

View File

@@ -100,7 +100,7 @@
"@babel/cli": "=7.12.13", "@babel/cli": "=7.12.13",
"@babel/core": "=7.12.10", "@babel/core": "=7.12.10",
"@babel/plugin-proposal-class-properties": "=7.12.13", "@babel/plugin-proposal-class-properties": "=7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.12.13",
"@babel/plugin-proposal-optional-chaining": "=7.12.7", "@babel/plugin-proposal-optional-chaining": "=7.12.7",
"@babel/plugin-transform-runtime": "=7.12.10", "@babel/plugin-transform-runtime": "=7.12.10",
"@babel/preset-env": "=7.12.13", "@babel/preset-env": "=7.12.13",