Skip to content

Commit

Permalink
fix: deps/npm/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Oct 4, 2024
1 parent 8879993 commit d6a561f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@npmcli/arborist": "^2.6.4",
"@npmcli/arborist": "^8.0.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.2.0",
"@npmcli/package-json": "^1.0.1",
Expand All @@ -79,8 +79,8 @@
"leven": "^3.1.0",
"libnpmaccess": "^4.0.2",
"libnpmdiff": "^2.0.4",
"libnpmexec": "^2.0.0",
"libnpmfund": "^1.1.0",
"libnpmexec": "^9.0.0",
"libnpmfund": "^6.0.0",
"libnpmhook": "^6.0.2",
"libnpmorg": "^2.0.2",
"libnpmpack": "^2.0.1",
Expand Down

0 comments on commit d6a561f

Please sign in to comment.