Skip to content

Commit

Permalink
deps: @npmcli/metavuln-calculator@6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent 7be541a commit ca33c98
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
16 changes: 11 additions & 5 deletions node_modules/@npmcli/metavuln-calculator/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/metavuln-calculator",
"version": "5.0.1",
"version": "6.0.0",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.13.0",
"@npmcli/template-oss": "4.18.0",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
Expand All @@ -45,11 +45,17 @@
"semver": "^7.3.5"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.13.0",
"publish": "true"
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.13.0",
"16.x",
"18.0.0",
"18.x"
]
}
}
10 changes: 5 additions & 5 deletions package-lock.json
Expand Up @@ -2460,17 +2460,17 @@
}
},
"node_modules/@npmcli/metavuln-calculator": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-5.0.1.tgz",
"integrity": "sha512-qb8Q9wIIlEPj3WeA1Lba91R4ZboPL0uspzV0F9uwP+9AYMVB2zOoa7Pbk12g6D2NHAinSbHh6QYmGuRyHZ874Q==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-6.0.0.tgz",
"integrity": "sha512-h3zA2YSo7H3ZV1W4ZvlDTLaAbBwyOs6HEYhxrhl25Wtl49P7dLb8V2uFUb3dFZ8e4Ic+iF1cRMMWq9ATriYVqg==",
"dependencies": {
"cacache": "^17.0.0",
"json-parse-even-better-errors": "^3.0.0",
"pacote": "^15.0.0",
"semver": "^7.3.5"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/npm-registry-fetch": {
Expand Down Expand Up @@ -15714,7 +15714,7 @@
"@npmcli/fs": "^3.1.0",
"@npmcli/installed-package-contents": "^2.0.2",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/metavuln-calculator": "^5.0.0",
"@npmcli/metavuln-calculator": "^6.0.0",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Expand Up @@ -7,7 +7,7 @@
"@npmcli/fs": "^3.1.0",
"@npmcli/installed-package-contents": "^2.0.2",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/metavuln-calculator": "^5.0.0",
"@npmcli/metavuln-calculator": "^6.0.0",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^4.0.0",
Expand Down

0 comments on commit ca33c98

Please sign in to comment.