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:
dependabot[bot]
2021-05-19 08:00:02 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",