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 bbd4c6e commit b9a633a
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.8.2",
"@npmcli/arborist": "^8.0.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.2.0",
"@npmcli/map-workspaces": "^1.0.4",
Expand All @@ -79,8 +79,8 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^4.0.2",
"libnpmdiff": "^2.0.4",
"libnpmexec": "^2.0.1",
"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 b9a633a

Please sign in to comment.