File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
node_modules/@npmcli/metavuln-calculator Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ class Advisory {
292
292
293
293
[ _testSpec ] ( spec ) {
294
294
for ( const v of this . versions ) {
295
- const satisfies = semver . satisfies ( v , spec )
295
+ const satisfies = semver . satisfies ( v , spec , semverOpt )
296
296
if ( ! satisfies ) {
297
297
continue
298
298
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/metavuln-calculator" ,
3
- "version" : " 9.0.0 " ,
3
+ "version" : " 9.0.1 " ,
4
4
"main" : " lib/index.js" ,
5
5
"files" : [
6
6
" bin/" ,
34
34
},
35
35
"devDependencies" : {
36
36
"@npmcli/eslint-config" : " ^5.0.0" ,
37
- "@npmcli/template-oss" : " 4.23.4 " ,
37
+ "@npmcli/template-oss" : " 4.25.0 " ,
38
38
"require-inject" : " ^1.4.4" ,
39
39
"tap" : " ^16.0.1"
40
40
},
50
50
},
51
51
"templateOSS" : {
52
52
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
53
- "version" : " 4.23.4 " ,
53
+ "version" : " 4.25.0 " ,
54
54
"publish" : " true" ,
55
55
"ciVersions" : [
56
56
" 16.14.0" ,
Original file line number Diff line number Diff line change 3628
3628
}
3629
3629
},
3630
3630
"node_modules/@npmcli/metavuln-calculator": {
3631
- "version": "9.0.0 ",
3632
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-9.0.0 .tgz",
3633
- "integrity": "sha512-znLKqdy1ZEGNK3VB9j/RzGyb/P0BJb3fGpvEbHIAyBAXsps2l1ce8SVHfsGAFLl9s8072PxafqTn7RC8wSnQPg ==",
3631
+ "version": "9.0.1 ",
3632
+ "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-9.0.1 .tgz",
3633
+ "integrity": "sha512-B7ziEnkSmnauecEvFbg9h0d2CVa3uJudd9bTDc9vScfYdRETkQkCriFiYCV3PXE++igd5JRw35WJz902HnGrCg ==",
3634
3634
"license": "ISC",
3635
3635
"dependencies": {
3636
3636
"cacache": "^19.0.0",
You can’t perform that action at this time.
0 commit comments