Merge pull request #7319 from swagger-api/dependabot/npm_and_yarn/babel/plugin-proposal-optional-chaining-7.14.2
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -2321,9 +2321,9 @@
|
||||
}
|
||||
},
|
||||
"@babel/plugin-proposal-optional-chaining": {
|
||||
"version": "7.13.12",
|
||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz",
|
||||
"integrity": "sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==",
|
||||
"version": "7.14.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz",
|
||||
"integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/helper-plugin-utils": "^7.13.0",
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"@babel/eslint-parser": "=7.14.3",
|
||||
"@babel/plugin-proposal-class-properties": "=7.13.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.14.2",
|
||||
"@babel/plugin-proposal-optional-chaining": "=7.13.12",
|
||||
"@babel/plugin-proposal-optional-chaining": "=7.14.2",
|
||||
"@babel/plugin-transform-runtime": "=7.14.3",
|
||||
"@babel/preset-env": "=7.14.2",
|
||||
"@babel/preset-react": "=7.13.13",
|
||||
|
||||
Reference in New Issue
Block a user