Skip to content

Commit 68616c4

Browse files
authored
docs(security): add supported node versions to table
1 parent 4ef135d commit 68616c4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

SECURITY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Supported Versions
44

55

6-
| Version | New Features | Bug Fixes | Dependency Updates |
7-
| -------------: | :----------------: | :----------------: | :----------------: |
8-
| 10.x | :white_check_mark: | :white_check_mark: | :white_check_mark: |
9-
| 10.0.0-alpha.x | :x: | :x: | :x: |
10-
| 9.x | :x: | :white_check_mark: | :white_check_mark: |
11-
| < 9.0 | :x: | :x: | :x: |
6+
| Version | Node Version | New Features | Bug Fixes | Dependency Updates |
7+
| -------------: | :----------- | :----------------: | :----------------: | :----------------: |
8+
| 10.x | 14-18+ | :white_check_mark: | :white_check_mark: | :white_check_mark: |
9+
| 10.0.0-alpha.x | 14-18+ | :x: | :x: | :x: |
10+
| 9.x | 10-18+ | :x: | :white_check_mark: | :white_check_mark: |
11+
| < 9.0 | <= 12 | :x: | :x: | :x: |
1212

1313
## Reporting a Vulnerability
1414

0 commit comments

Comments
 (0)