Skip to content

Commit ca33c98

Browse files
committed
deps: @npmcli/metavuln-calculator@6.0.0
1 parent 7be541a commit ca33c98

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

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

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/metavuln-calculator",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@npmcli/eslint-config": "^4.0.0",
37-
"@npmcli/template-oss": "4.13.0",
37+
"@npmcli/template-oss": "4.18.0",
3838
"require-inject": "^1.4.4",
3939
"tap": "^16.0.1"
4040
},
@@ -45,11 +45,17 @@
4545
"semver": "^7.3.5"
4646
},
4747
"engines": {
48-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
48+
"node": "^16.13.0 || >=18.0.0"
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.13.0",
53-
"publish": "true"
52+
"version": "4.18.0",
53+
"publish": "true",
54+
"ciVersions": [
55+
"16.13.0",
56+
"16.x",
57+
"18.0.0",
58+
"18.x"
59+
]
5460
}
5561
}

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2460,17 +2460,17 @@
24602460
}
24612461
},
24622462
"node_modules/@npmcli/metavuln-calculator": {
2463-
"version": "5.0.1",
2464-
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-5.0.1.tgz",
2465-
"integrity": "sha512-qb8Q9wIIlEPj3WeA1Lba91R4ZboPL0uspzV0F9uwP+9AYMVB2zOoa7Pbk12g6D2NHAinSbHh6QYmGuRyHZ874Q==",
2463+
"version": "6.0.0",
2464+
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-6.0.0.tgz",
2465+
"integrity": "sha512-h3zA2YSo7H3ZV1W4ZvlDTLaAbBwyOs6HEYhxrhl25Wtl49P7dLb8V2uFUb3dFZ8e4Ic+iF1cRMMWq9ATriYVqg==",
24662466
"dependencies": {
24672467
"cacache": "^17.0.0",
24682468
"json-parse-even-better-errors": "^3.0.0",
24692469
"pacote": "^15.0.0",
24702470
"semver": "^7.3.5"
24712471
},
24722472
"engines": {
2473-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2473+
"node": "^16.13.0 || >=18.0.0"
24742474
}
24752475
},
24762476
"node_modules/@npmcli/metavuln-calculator/node_modules/npm-registry-fetch": {
@@ -15714,7 +15714,7 @@
1571415714
"@npmcli/fs": "^3.1.0",
1571515715
"@npmcli/installed-package-contents": "^2.0.2",
1571615716
"@npmcli/map-workspaces": "^3.0.2",
15717-
"@npmcli/metavuln-calculator": "^5.0.0",
15717+
"@npmcli/metavuln-calculator": "^6.0.0",
1571815718
"@npmcli/name-from-folder": "^2.0.0",
1571915719
"@npmcli/node-gyp": "^3.0.0",
1572015720
"@npmcli/package-json": "^4.0.0",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@npmcli/fs": "^3.1.0",
88
"@npmcli/installed-package-contents": "^2.0.2",
99
"@npmcli/map-workspaces": "^3.0.2",
10-
"@npmcli/metavuln-calculator": "^5.0.0",
10+
"@npmcli/metavuln-calculator": "^6.0.0",
1111
"@npmcli/name-from-folder": "^2.0.0",
1212
"@npmcli/node-gyp": "^3.0.0",
1313
"@npmcli/package-json": "^4.0.0",

0 commit comments

Comments
 (0)