Skip to content

Commit 10c163e

Browse files
committed
fix: workspaces/arborist/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355
1 parent a558bbd commit 10c163e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

workspaces/arborist/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
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": "^9.0.0",
1111
"@npmcli/name-from-folder": "^2.0.0",
1212
"@npmcli/node-gyp": "^3.0.0",
1313
"@npmcli/package-json": "^3.0.0",
1414
"@npmcli/query": "^3.0.0",
15-
"@npmcli/run-script": "^6.0.0",
15+
"@npmcli/run-script": "^9.0.2",
1616
"bin-links": "^4.0.1",
17-
"cacache": "^17.0.4",
17+
"cacache": "^19.0.0",
1818
"common-ancestor-path": "^1.0.1",
1919
"hosted-git-info": "^6.1.1",
2020
"json-parse-even-better-errors": "^3.0.0",
@@ -24,9 +24,9 @@
2424
"npm-install-checks": "^6.0.0",
2525
"npm-package-arg": "^10.1.0",
2626
"npm-pick-manifest": "^8.0.1",
27-
"npm-registry-fetch": "^14.0.3",
27+
"npm-registry-fetch": "^18.0.1",
2828
"npmlog": "^7.0.1",
29-
"pacote": "^15.0.8",
29+
"pacote": "^21.0.1",
3030
"parse-conflict-json": "^3.0.0",
3131
"proc-log": "^3.0.0",
3232
"promise-all-reject-late": "^1.0.0",

0 commit comments

Comments
 (0)