Skip to content

Commit 7e15b6d

Browse files
committed
deps: @npmcli/metavuln-calculator@7.1.1
1 parent 8b20f8c commit 7e15b6d

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

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

+1-1
Original file line numberDiff line numberDiff 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 {

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/",
@@ -9,7 +9,7 @@
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",
@@ -34,7 +34,7 @@
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
},
@@ -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.21.4",
53+
"version": "4.22.0",
5454
"publish": "true",
5555
"ciVersions": [
5656
"16.14.0",

package-lock.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1631,9 +1631,10 @@
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",
@@ -14794,7 +14795,7 @@
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",

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.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",

0 commit comments

Comments
 (0)