Bump @openapitools/openapi-generator-cli in /kafka-ui-react-app (#414)

Bumps [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.2.5...v2.2.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-04 00:57:36 +03:00 committed by GitHub
parent 936deded98
commit 802cb487b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2113,15 +2113,15 @@
}
},
"@openapitools/openapi-generator-cli": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.2.5.tgz",
"integrity": "sha512-8eTiw9U5PWYZx41RDIrJ6iZ4XCteD6ljupbJS6/ichZEUwa1Pv78y14QSLVfky+1KpJsq/RlqrgjnPm6yMHo6g==",
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.2.6.tgz",
"integrity": "sha512-TFKHY1lcknzg6IhPe9f8wWUO11PeKBPnrM40jZjZNUHlQRvh7WLsW6vNlbGcm78eBYTcyY0cKqr1QXUpB9Ez2Q==",
"dev": true,
"requires": {
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nuxtjs/opencollective": "0.3.2",
"chalk": "4.1.0",
"chalk": "4.1.1",
"commander": "6.2.1",
"compare-versions": "3.6.0",
"concurrently": "5.3.0",
@ -2133,6 +2133,18 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"tslib": "1.13.0"
},
"dependencies": {
"chalk": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
}
}
}
},
"@pmmmwh/react-refresh-webpack-plugin": {