File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ async function t () {
1414 assert . ok ( await isNodeVulnerable ( '16.19.0' ) )
1515 assert . ok ( await isNodeVulnerable ( '20.8.0' ) )
1616 assert . ok ( await isNodeVulnerable ( '20.11.0' ) )
17+ assert . ok ( await isNodeVulnerable ( '23.6.0' ) )
1718
1819 assert . rejects ( ( ) => isNodeVulnerable ( '999' ) , / C o u l d n o t f e t c h v e r s i o n i n f o r m a t i o n / )
1920 assert . rejects ( ( ) => isNodeVulnerable ( 'Unobtanium' ) , / C o u l d n o t f e t c h v e r s i o n i n f o r m a t i o n / ) // i.e. not found
2021 assert . rejects ( ( ) => isNodeVulnerable ( '25.0.0' ) , / C o u l d n o t f e t c h v e r s i o n i n f o r m a t i o n / )
2122
2223 // EOL
24+ assert . ok ( await isNodeVulnerable ( '21.0.0' ) )
2325 assert . ok ( await isNodeVulnerable ( '19.0.0' ) )
2426 assert . ok ( await isNodeVulnerable ( '16.0.0' ) )
2527 assert . ok ( await isNodeVulnerable ( '17.0.0' ) )
You can’t perform that action at this time.
0 commit comments