Skip to content

Commit

Permalink
fix: workspaces/libnpmexec/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 Nov 30, 2023
1 parent 7c4ee92 commit 6b98834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^5.0.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
"@npmcli/run-script": "^7.0.2",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
"npm-package-arg": "^9.0.1",
"npmlog": "^6.0.1",
"pacote": "^13.0.5",
"pacote": "^17.0.4",
"proc-log": "^2.0.0",
"read": "^1.0.7",
"read-package-json-fast": "^2.0.2",
Expand Down

0 comments on commit 6b98834

Please sign in to comment.