Skip to content

Commit 20cef03

Browse files
authored
Update supported details for 7.x (#1419)
* Update supported versions * Slight reword to clarify node 10 is (just) minimum
1 parent 5d95213 commit 20cef03

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ More samples can be found in the [examples](https://github.com/tj/commander.js/t
865865
866866
## Support
867867
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 v10.
869+
(For older versions of node, use an older version of Commander. Commander version 2.x has the widest support.)
870870
871871
The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub.
872872

SECURITY.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Old versions receive security updates for six months.
66

77
| Version | Supported |
88
| ------- | ------------------------------------------ |
9+
| 7.x | :white_check_mark: |
910
| 6.x | :white_check_mark: support ends 2021-30-06 |
1011
| 5.x | :white_check_mark: support ends 2021-01-20 |
1112
| < 5 | :x: |
1213

14+
Pull Requests for security issues will be considered for older versions back to 2.x.
15+
1316
## Reporting a Vulnerability
1417

1518
To report a security vulnerability, please use the

0 commit comments

Comments
 (0)