Skip to content

Commit d6a561f

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-INFLIGHT-6095116
1 parent 8879993 commit d6a561f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/npm/package.json

+3-3
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": "^8.0.0",
5757
"@npmcli/ci-detect": "^1.2.0",
5858
"@npmcli/config": "^2.2.0",
5959
"@npmcli/package-json": "^1.0.1",
@@ -79,8 +79,8 @@
7979
"leven": "^3.1.0",
8080
"libnpmaccess": "^4.0.2",
8181
"libnpmdiff": "^2.0.4",
82-
"libnpmexec": "^2.0.0",
83-
"libnpmfund": "^1.1.0",
82+
"libnpmexec": "^9.0.0",
83+
"libnpmfund": "^6.0.0",
8484
"libnpmhook": "^6.0.2",
8585
"libnpmorg": "^2.0.2",
8686
"libnpmpack": "^2.0.1",

0 commit comments

Comments
 (0)