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 {
292292
293293 [ _testSpec ] ( spec ) {
294294 for ( const v of this . versions ) {
295- const satisfies = semver . satisfies ( v , spec )
295+ const satisfies = semver . satisfies ( v , spec , semverOpt )
296296 if ( ! satisfies ) {
297297 continue
298298 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/metavuln-calculator" ,
3- "version" : " 9.0.0 " ,
3+ "version" : " 9.0.1 " ,
44 "main" : " lib/index.js" ,
55 "files" : [
66 " bin/" ,
3434 },
3535 "devDependencies" : {
3636 "@npmcli/eslint-config" : " ^5.0.0" ,
37- "@npmcli/template-oss" : " 4.23.4 " ,
37+ "@npmcli/template-oss" : " 4.25.0 " ,
3838 "require-inject" : " ^1.4.4" ,
3939 "tap" : " ^16.0.1"
4040 },
5050 },
5151 "templateOSS" : {
5252 "//@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 " ,
5454 "publish" : " true" ,
5555 "ciVersions" : [
5656 " 16.14.0" ,
Original file line number Diff line number Diff line change 36283628 }
36293629 },
36303630 "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 ==",
36343634 "license": "ISC",
36353635 "dependencies": {
36363636 "cacache": "^19.0.0",
You can’t perform that action at this time.
0 commit comments