File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
node_modules/@npmcli/metavuln-calculator Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class Calculator {
107107
108108 const timeEnd = time . start ( `metavuln:packument:${ name } ` )
109109 const p = pacote . packument ( name , { ...this [ _options ] } )
110- . catch ( ( er ) => {
110+ . catch ( ( ) => {
111111 // presumably not something from the registry.
112112 // an empty packument will have an effective range of *
113113 return {
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/metavuln-calculator" ,
3- "version" : " 7.1.0 " ,
3+ "version" : " 7.1.1 " ,
44 "main" : " lib/index.js" ,
55 "files" : [
66 " bin/" ,
99 "description" : " Calculate meta-vulnerabilities from package security advisories" ,
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/npm/metavuln-calculator.git"
12+ "url" : " git+ https://github.com/npm/metavuln-calculator.git"
1313 },
1414 "author" : " GitHub Inc." ,
1515 "license" : " ISC" ,
3434 },
3535 "devDependencies" : {
3636 "@npmcli/eslint-config" : " ^4.0.0" ,
37- "@npmcli/template-oss" : " 4.21.4 " ,
37+ "@npmcli/template-oss" : " 4.22.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.21.4 " ,
53+ "version" : " 4.22.0 " ,
5454 "publish" : " true" ,
5555 "ciVersions" : [
5656 " 16.14.0" ,
Original file line number Diff line number Diff line change 16311631 }
16321632 },
16331633 "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",
16371638 "dependencies": {
16381639 "cacache": "^18.0.0",
16391640 "json-parse-even-better-errors": "^3.0.0",
1479414795 "@npmcli/fs": "^3.1.0",
1479514796 "@npmcli/installed-package-contents": "^2.1.0",
1479614797 "@npmcli/map-workspaces": "^3.0.2",
14797- "@npmcli/metavuln-calculator": "^7.1.0 ",
14798+ "@npmcli/metavuln-calculator": "^7.1.1 ",
1479814799 "@npmcli/name-from-folder": "^2.0.0",
1479914800 "@npmcli/node-gyp": "^3.0.0",
1480014801 "@npmcli/package-json": "^5.1.0",
Original file line number Diff line number Diff line change 77 "@npmcli/fs" : " ^3.1.0" ,
88 "@npmcli/installed-package-contents" : " ^2.1.0" ,
99 "@npmcli/map-workspaces" : " ^3.0.2" ,
10- "@npmcli/metavuln-calculator" : " ^7.1.0 " ,
10+ "@npmcli/metavuln-calculator" : " ^7.1.1 " ,
1111 "@npmcli/name-from-folder" : " ^2.0.0" ,
1212 "@npmcli/node-gyp" : " ^3.0.0" ,
1313 "@npmcli/package-json" : " ^5.1.0" ,
You can’t perform that action at this time.
0 commit comments