Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: workspaces/libnpmpack/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-IP-6240864
  • Loading branch information
snyk-bot committed Feb 12, 2024
commit 09ad2f71461e782db1f779f11465a47c590d5cc2
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.0.0-pre.4",
"@npmcli/run-script": "^4.1.3",
"@npmcli/arborist": "^7.0.0",
"@npmcli/run-script": "^7.0.2",
"npm-package-arg": "^9.0.1",
"pacote": "^14.0.0"
"pacote": "^17.0.4"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down