File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -865,8 +865,8 @@ More samples can be found in the [examples](https://github.com/tj/commander.js/t
865
865
866
866
## Support
867
867
868
- The current version of Commander is fully supported on Long Term Support versions of Node , and is likely to work with Node 6 but not tested .
869
- (For versions of Node below Node 6 , use Commander 3 .x or 2 .x.)
868
+ The current version of Commander is fully supported on Long Term Support versions of node , and requires at least node v 10 .
869
+ (For older versions of node, use an older version of Commander. Commander version 2 .x has the widest support .)
870
870
871
871
The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub.
872
872
Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ Old versions receive security updates for six months.
6
6
7
7
| Version | Supported |
8
8
| ------- | ------------------------------------------ |
9
+ | 7.x | :white_check_mark : |
9
10
| 6.x | :white_check_mark : support ends 2021-30-06 |
10
11
| 5.x | :white_check_mark : support ends 2021-01-20 |
11
12
| < 5 | :x : |
12
13
14
+ Pull Requests for security issues will be considered for older versions back to 2.x.
15
+
13
16
## Reporting a Vulnerability
14
17
15
18
To report a security vulnerability, please use the
You can’t perform that action at this time.
0 commit comments