We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6bcc commit 771414cCopy full SHA for 771414c
test.js
@@ -27,7 +27,7 @@ async function t () {
27
}
28
assert.rejects(() => isNodeVulnerable('999'), /not get exactly one version/)
29
assert.rejects(() => isNodeVulnerable('Unobtanium'), /not get exactly one version/) // i.e. not found
30
- assert.rejects(() => isNodeVulnerable('22.0.0'), /not get exactly one version/)
+ assert.rejects(() => isNodeVulnerable('24.0.0'), /not get exactly one version/)
31
32
// EOL
33
assert.ok(await isNodeVulnerable('19.0.0'))
0 commit comments