Skip to content

Commit 1c0d257

Browse files
committed
deps: @npmcli/[email protected]
1 parent 7f66f0a commit 1c0d257

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

node_modules/@npmcli/metavuln-calculator/lib/advisory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

node_modules/@npmcli/metavuln-calculator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/",
@@ -34,7 +34,7 @@
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
},
@@ -50,7 +50,7 @@
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",

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,9 +3628,9 @@
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",

0 commit comments

Comments
 (0)