File tree 4 files changed +11
-10
lines changed
node_modules/@npmcli/metavuln-calculator
4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class Calculator {
107
107
108
108
const timeEnd = time . start ( `metavuln:packument:${ name } ` )
109
109
const p = pacote . packument ( name , { ...this [ _options ] } )
110
- . catch ( ( er ) => {
110
+ . catch ( ( ) => {
111
111
// presumably not something from the registry.
112
112
// an empty packument will have an effective range of *
113
113
return {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/metavuln-calculator" ,
3
- "version" : " 7.1.0 " ,
3
+ "version" : " 7.1.1 " ,
4
4
"main" : " lib/index.js" ,
5
5
"files" : [
6
6
" bin/" ,
9
9
"description" : " Calculate meta-vulnerabilities from package security advisories" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/npm/metavuln-calculator.git"
12
+ "url" : " git+ https://github.com/npm/metavuln-calculator.git"
13
13
},
14
14
"author" : " GitHub Inc." ,
15
15
"license" : " ISC" ,
34
34
},
35
35
"devDependencies" : {
36
36
"@npmcli/eslint-config" : " ^4.0.0" ,
37
- "@npmcli/template-oss" : " 4.21.4 " ,
37
+ "@npmcli/template-oss" : " 4.22.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.21.4 " ,
53
+ "version" : " 4.22.0 " ,
54
54
"publish" : " true" ,
55
55
"ciVersions" : [
56
56
" 16.14.0" ,
Original file line number Diff line number Diff line change 1631
1631
}
1632
1632
},
1633
1633
"node_modules/@npmcli/metavuln-calculator": {
1634
- "version": "7.1.0",
1635
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.0.tgz",
1636
- "integrity": "sha512-D4VZzVLZ4Mw+oUCWyQ6qzlm5SGlrLnhKtZscDwQXFFc1FUPvw69Ibo2E5ZpJAmjFSYkA5UlCievWmREW0JLC3w==",
1634
+ "version": "7.1.1",
1635
+ "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
1636
+ "integrity": "sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==",
1637
+ "license": "ISC",
1637
1638
"dependencies": {
1638
1639
"cacache": "^18.0.0",
1639
1640
"json-parse-even-better-errors": "^3.0.0",
14794
14795
"@npmcli/fs": "^3.1.0",
14795
14796
"@npmcli/installed-package-contents": "^2.1.0",
14796
14797
"@npmcli/map-workspaces": "^3.0.2",
14797
- "@npmcli/metavuln-calculator": "^7.1.0 ",
14798
+ "@npmcli/metavuln-calculator": "^7.1.1 ",
14798
14799
"@npmcli/name-from-folder": "^2.0.0",
14799
14800
"@npmcli/node-gyp": "^3.0.0",
14800
14801
"@npmcli/package-json": "^5.1.0",
Original file line number Diff line number Diff line change 7
7
"@npmcli/fs" : " ^3.1.0" ,
8
8
"@npmcli/installed-package-contents" : " ^2.1.0" ,
9
9
"@npmcli/map-workspaces" : " ^3.0.2" ,
10
- "@npmcli/metavuln-calculator" : " ^7.1.0 " ,
10
+ "@npmcli/metavuln-calculator" : " ^7.1.1 " ,
11
11
"@npmcli/name-from-folder" : " ^2.0.0" ,
12
12
"@npmcli/node-gyp" : " ^3.0.0" ,
13
13
"@npmcli/package-json" : " ^5.1.0" ,
You can’t perform that action at this time.
0 commit comments