mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Bump commander from 4.0.0 to 6.0.0 (#6054)
* Bump commander from 4.0.0 to 6.0.0 Bumps [commander](https://github.com/tj/commander.js) from 4.0.0 to 6.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v4.0.0...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com> * fix commander Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
parent
c1435c53e0
commit
4943079f9d
@ -382,7 +382,7 @@ async function main(configArgs: ConfigArgs) {
|
|||||||
.option('-h, --host [type]', 'Host gateway')
|
.option('-h, --host [type]', 'Host gateway')
|
||||||
.option('-o, --oauth [type]', 'Host sso server')
|
.option('-o, --oauth [type]', 'Host sso server')
|
||||||
.option('-jsonAppsPath, --oauth [type]', 'Host sso server')
|
.option('-jsonAppsPath, --oauth [type]', 'Host sso server')
|
||||||
.option('--clientId[type]', 'sso client')
|
.option('--clientId [type]', 'sso client')
|
||||||
.option('--modelerUsername [type]', 'username of a user with role ACTIVIT_MODELER')
|
.option('--modelerUsername [type]', 'username of a user with role ACTIVIT_MODELER')
|
||||||
.option('--modelerPassword [type]', 'modeler password')
|
.option('--modelerPassword [type]', 'modeler password')
|
||||||
.option('--devopsUsername [type]', 'username of a user with role ACTIVIT_DEVOPS')
|
.option('--devopsUsername [type]', 'username of a user with role ACTIVIT_DEVOPS')
|
||||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -20,6 +20,12 @@
|
|||||||
"spdx-license-list": "^5.0.0"
|
"spdx-license-list": "^5.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"commander": {
|
||||||
|
"version": "4.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
||||||
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"ejs": {
|
"ejs": {
|
||||||
"version": "2.7.4",
|
"version": "2.7.4",
|
||||||
"resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
|
||||||
@ -7358,9 +7364,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commander": {
|
"commander": {
|
||||||
"version": "4.0.0",
|
"version": "6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/commander/-/commander-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/commander/-/commander-6.0.0.tgz",
|
||||||
"integrity": "sha512-SEa2abMBTZuEjLVYpNrAFoRgxPwG4rXP3+SGY6CM/HZGeDzIA7Pzp+7H3AHDukKEpyy2SoSGGPShKqqfH9T9AQ==",
|
"integrity": "sha512-s7EA+hDtTYNhuXkTlhqew4txMZVdszBmKWSPEMxGr8ru8JXR7bLUFIAtPhcSuFdJQ0ILMxnJi8GkQL0yvDy/YA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"comment-json": {
|
"comment-json": {
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
"@types/selenium-webdriver": "^3.0.8",
|
"@types/selenium-webdriver": "^3.0.8",
|
||||||
"ajv-cli": "^3.0.0",
|
"ajv-cli": "^3.0.0",
|
||||||
"codelyzer": "^6.0.0",
|
"codelyzer": "^6.0.0",
|
||||||
"commander": "4.0.0",
|
"commander": "6.0.0",
|
||||||
"concurrently": "^5.3.0",
|
"concurrently": "^5.3.0",
|
||||||
"cspell": "^4.1.0",
|
"cspell": "^4.1.0",
|
||||||
"css-loader": "^3.4.2",
|
"css-loader": "^3.4.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user