Skip to content

Commit

Permalink
fix: workspaces/libnpmpack/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 Dec 1, 2023
1 parent b1c3256 commit 305fc6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^6.3.0",
"@npmcli/run-script": "^6.0.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/run-script": "^7.0.2",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.8"
"pacote": "^17.0.4"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down

0 comments on commit 305fc6d

Please sign in to comment.