nvenkatesh1 / SCA_test_JS

Learn elm faster and in a fun way
MIT License
0 stars 0 forks source link

Update dependency concurrently to v3 - autoclosed #84

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
concurrently devDependencies major ^2.2.0 -> ^3.0.0

By merging this PR, the issue #81 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2022-24785

Release Notes

open-cli-tools/concurrently ### [`v3.2.0`](https://togithub.com/open-cli-tools/concurrently/releases/3.2.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/3.1.0...3.2.0) - Add support for colors in subprocesses when they use chalk ([#​49](https://togithub.com/open-cli-tools/concurrently/issues/49), [#​86](https://togithub.com/open-cli-tools/concurrently/issues/86), [#​87](https://togithub.com/open-cli-tools/concurrently/issues/87)) - Fix killing processes in Windows gitbash ([#​74](https://togithub.com/open-cli-tools/concurrently/issues/74), [#​67](https://togithub.com/open-cli-tools/concurrently/issues/67)) - Upgrade spawn-default-shell dependency to v2.0.0. This means that shells in Linux and Mac will spawn with the `--login` flag, allowing you to make use of `/etc/profile`, `~/.profile`, and etc ([#​81](https://togithub.com/open-cli-tools/concurrently/issues/81)) - The timestamps are now handled by [date-fns](http://date-fns.org) instead of Moment.js. They share the same date format patterns. ([#​77](https://togithub.com/open-cli-tools/concurrently/issues/77)) Also, this version drops support for Node 0.12. We're only supporting Node 4+. ### [`v3.1.0`](https://togithub.com/open-cli-tools/concurrently/releases/3.1.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/3.0.0...3.1.0) Bumps spawn-default-shell to 1.1.0: https://github.com/kimmobrunfeldt/spawn-default-shell/releases/tag/1.1.0 ### [`v3.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/3.0.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/2.2.0...3.0.0) This release includes huge amount of improvements. Major updates: - Fix issues with Windows and Appveyor CI was added to ensure Windows compability - Improve shell support. [spawn-default-shell](https://togithub.com/kimmobrunfeldt/spawn-default-shell) is used to spawn shell commands. It uses the best available shell on your platform. You can also customize the used shell with SHELL and SHELL_EXECUTION_FLAG environment variables. **Minor caveat:** it means that e.g. piping works on your linux machine but may not work as expected on Windows. This leaves more responsibility to the users of concurrently. - Handle SIGTERM and SIGINT signals correctly Closes these PRs: [#​58](https://togithub.com/open-cli-tools/concurrently/issues/58) [#​57](https://togithub.com/open-cli-tools/concurrently/issues/57) [#​56](https://togithub.com/open-cli-tools/concurrently/issues/56) [#​53](https://togithub.com/open-cli-tools/concurrently/issues/53) [#​47](https://togithub.com/open-cli-tools/concurrently/issues/47) [#​45](https://togithub.com/open-cli-tools/concurrently/issues/45) [#​43](https://togithub.com/open-cli-tools/concurrently/issues/43) [#​42](https://togithub.com/open-cli-tools/concurrently/issues/42) [#​40](https://togithub.com/open-cli-tools/concurrently/issues/40) [#​21](https://togithub.com/open-cli-tools/concurrently/issues/21). Closes these issues: [#​52](https://togithub.com/open-cli-tools/concurrently/issues/52) [#​50](https://togithub.com/open-cli-tools/concurrently/issues/50) [#​41](https://togithub.com/open-cli-tools/concurrently/issues/41) [#​31](https://togithub.com/open-cli-tools/concurrently/issues/31) [#​28](https://togithub.com/open-cli-tools/concurrently/issues/28) [#​7](https://togithub.com/open-cli-tools/concurrently/issues/7) [#​3](https://togithub.com/open-cli-tools/concurrently/issues/3).