Caporal.js
Caporal.js copied to clipboard
A full-featured framework for building command line applications (cli) with node.js
Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Currently direct dependencies are pinned to specific patch versions, as a result, projects that use this repository cannot respond to transitive dependency updates, for example #210 updates lodash to address...
No answers from @mattallty since 2020...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
**Describe the bug** Error in multiple validators return a gibberish error. **To Reproduce** ``` js program .argument('', '', { validator (value) { throw new Error('error 1') } }) .argument('', '',...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
**Describe the bug** When an error is raised in my application, the error is printed in white, and the stack trace is not shown. For example, only this message is...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Caporal 2.0.2 relies on lodash version 4.17.15 explicitly, which has known critical security vulnerabilities https://github.com/lodash/lodash/issues/5083 Reliance on lodash < 4.17.21 precludes us from using Caporal for the time being due...