Skip to content

Commit f380d20

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-IP-6240864
1 parent 8879993 commit f380d20

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

deps/npm/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"./package.json": "./package.json"
5454
},
5555
"dependencies": {
56-
"@npmcli/arborist": "^2.6.4",
56+
"@npmcli/arborist": "^7.0.0",
5757
"@npmcli/ci-detect": "^1.2.0",
5858
"@npmcli/config": "^2.2.0",
5959
"@npmcli/package-json": "^1.0.1",
@@ -77,18 +77,18 @@
7777
"is-cidr": "^4.0.2",
7878
"json-parse-even-better-errors": "^2.3.1",
7979
"leven": "^3.1.0",
80-
"libnpmaccess": "^4.0.2",
81-
"libnpmdiff": "^2.0.4",
82-
"libnpmexec": "^2.0.0",
83-
"libnpmfund": "^1.1.0",
84-
"libnpmhook": "^6.0.2",
85-
"libnpmorg": "^2.0.2",
86-
"libnpmpack": "^2.0.1",
87-
"libnpmpublish": "^4.0.1",
88-
"libnpmsearch": "^3.1.1",
89-
"libnpmteam": "^2.0.3",
80+
"libnpmaccess": "^8.0.0",
81+
"libnpmdiff": "^6.0.0",
82+
"libnpmexec": "^7.0.0",
83+
"libnpmfund": "^4.0.20",
84+
"libnpmhook": "^10.0.0",
85+
"libnpmorg": "^6.0.0",
86+
"libnpmpack": "^6.0.0",
87+
"libnpmpublish": "^9.0.0",
88+
"libnpmsearch": "^7.0.0",
89+
"libnpmteam": "^6.0.0",
9090
"libnpmversion": "^1.2.1",
91-
"make-fetch-happen": "^9.0.3",
91+
"make-fetch-happen": "^12.0.0",
9292
"minipass": "^3.1.3",
9393
"minipass-pipeline": "^1.2.4",
9494
"mkdirp": "^1.0.4",
@@ -99,12 +99,12 @@
9999
"npm-audit-report": "^2.1.5",
100100
"npm-package-arg": "^8.1.5",
101101
"npm-pick-manifest": "^6.1.1",
102-
"npm-profile": "^5.0.3",
103-
"npm-registry-fetch": "^11.0.0",
102+
"npm-profile": "^8.0.0",
103+
"npm-registry-fetch": "^15.0.0",
104104
"npm-user-validate": "^1.0.1",
105105
"npmlog": "~4.1.2",
106106
"opener": "^1.5.2",
107-
"pacote": "^11.3.3",
107+
"pacote": "^16.0.0",
108108
"parse-conflict-json": "^1.1.1",
109109
"qrcode-terminal": "^0.12.0",
110110
"read": "~1.0.7",

0 commit comments

Comments
 (0)