Skip to content

Commit a20d38f

Browse files
committed
fix: deps/npm/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355
1 parent 6d3920d commit a20d38f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

deps/npm/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
},
5656
"dependencies": {
5757
"@isaacs/string-locale-compare": "^1.1.0",
58-
"@npmcli/arborist": "^5.0.0",
58+
"@npmcli/arborist": "^9.0.0",
5959
"@npmcli/ci-detect": "^2.0.0",
6060
"@npmcli/config": "^4.0.1",
6161
"@npmcli/map-workspaces": "^2.0.0",
6262
"@npmcli/package-json": "^1.0.1",
63-
"@npmcli/run-script": "^3.0.1",
63+
"@npmcli/run-script": "^9.0.2",
6464
"abbrev": "~1.1.1",
6565
"ansicolors": "~0.3.2",
6666
"ansistyles": "~0.1.3",
6767
"archy": "~1.0.0",
68-
"cacache": "^15.3.0",
68+
"cacache": "^19.0.0",
6969
"chalk": "^4.1.2",
7070
"chownr": "^2.0.0",
7171
"cli-columns": "^4.0.0",
@@ -79,35 +79,35 @@
7979
"init-package-json": "^3.0.0",
8080
"is-cidr": "^4.0.2",
8181
"json-parse-even-better-errors": "^2.3.1",
82-
"libnpmaccess": "^6.0.0",
83-
"libnpmdiff": "^4.0.0",
84-
"libnpmexec": "^4.0.0",
85-
"libnpmfund": "^3.0.0",
86-
"libnpmhook": "^8.0.0",
87-
"libnpmorg": "^4.0.0",
88-
"libnpmpack": "^4.0.0",
89-
"libnpmpublish": "^6.0.0",
90-
"libnpmsearch": "^5.0.0",
91-
"libnpmteam": "^4.0.0",
92-
"libnpmversion": "^3.0.0",
93-
"make-fetch-happen": "^10.0.4",
82+
"libnpmaccess": "^9.0.0",
83+
"libnpmdiff": "^8.0.8",
84+
"libnpmexec": "^10.0.0",
85+
"libnpmfund": "^7.0.0",
86+
"libnpmhook": "^11.0.0",
87+
"libnpmorg": "^7.0.0",
88+
"libnpmpack": "^9.0.0",
89+
"libnpmpublish": "^10.0.0",
90+
"libnpmsearch": "^8.0.0",
91+
"libnpmteam": "^7.0.0",
92+
"libnpmversion": "^7.0.0",
93+
"make-fetch-happen": "^14.0.1",
9494
"minipass": "^3.1.6",
9595
"minipass-pipeline": "^1.2.4",
9696
"mkdirp": "^1.0.4",
9797
"mkdirp-infer-owner": "^2.0.0",
9898
"ms": "^2.1.2",
99-
"node-gyp": "^9.0.0",
99+
"node-gyp": "^11.0.0",
100100
"nopt": "^5.0.0",
101101
"npm-audit-report": "^2.1.5",
102102
"npm-install-checks": "^4.0.0",
103103
"npm-package-arg": "^9.0.0",
104104
"npm-pick-manifest": "^7.0.0",
105-
"npm-profile": "^6.0.2",
106-
"npm-registry-fetch": "^13.0.1",
105+
"npm-profile": "^11.0.1",
106+
"npm-registry-fetch": "^18.0.1",
107107
"npm-user-validate": "^1.0.1",
108108
"npmlog": "^6.0.1",
109109
"opener": "^1.5.2",
110-
"pacote": "^13.0.3",
110+
"pacote": "^21.0.1",
111111
"parse-conflict-json": "^2.0.1",
112112
"proc-log": "^2.0.0",
113113
"qrcode-terminal": "^0.12.0",
@@ -118,7 +118,7 @@
118118
"rimraf": "^3.0.2",
119119
"semver": "^7.3.5",
120120
"ssri": "^8.0.1",
121-
"tar": "^6.1.11",
121+
"tar": "^7.5.7",
122122
"text-table": "~0.2.0",
123123
"tiny-relative-date": "^1.3.0",
124124
"treeverse": "^1.0.4",

0 commit comments

Comments
 (0)