Merge pull request #7284 from swagger-api/dependabot/npm_and_yarn/babel/plugin-proposal-nullish-coalescing-operator-7.14.2
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -2190,9 +2190,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
||||||
"version": "7.13.8",
|
"version": "7.14.2",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz",
|
||||||
"integrity": "sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==",
|
"integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-plugin-utils": "^7.13.0",
|
"@babel/helper-plugin-utils": "^7.13.0",
|
||||||
|
|||||||
@@ -101,7 +101,7 @@
|
|||||||
"@babel/core": "=7.14.2",
|
"@babel/core": "=7.14.2",
|
||||||
"@babel/eslint-parser": "=7.14.3",
|
"@babel/eslint-parser": "=7.14.3",
|
||||||
"@babel/plugin-proposal-class-properties": "=7.13.0",
|
"@babel/plugin-proposal-class-properties": "=7.13.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.14.2",
|
||||||
"@babel/plugin-proposal-optional-chaining": "=7.13.12",
|
"@babel/plugin-proposal-optional-chaining": "=7.13.12",
|
||||||
"@babel/plugin-transform-runtime": "=7.14.3",
|
"@babel/plugin-transform-runtime": "=7.14.3",
|
||||||
"@babel/preset-env": "=7.14.1",
|
"@babel/preset-env": "=7.14.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user