Skip to content

Commit

Permalink
fix: 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-IP-6240864
  • Loading branch information
snyk-bot committed Feb 11, 2024
1 parent e208db4 commit 11e4770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "rm -rf test/fixtures/.tmp*"
},
"dependencies": {
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^7.0.0",
"@zkochan/cmd-shim": "^5.4.0",
"await-event": "^2.1.0",
"bin-links": "^2.3.0",
Expand All @@ -44,14 +44,14 @@
"minimist": "^1.2.0",
"moment": "^2.24.0",
"ms": "^2.1.1",
"node-gyp": "^9.0.0",
"node-gyp": "^10.0.0",
"node-homedir": "^1.1.1",
"normalize-package-data": "^5.0.0",
"npm-normalize-package-bin": "^3.0.0",
"npm-package-arg": "^8.1.5",
"ora": "^4.0.5",
"p-map": "^2.1.0",
"pacote": "^15.0.0",
"pacote": "^17.0.4",
"rc": "^1.2.8",
"semver": "^7.0.0",
"tar": "^6.0.0",
Expand Down

0 comments on commit 11e4770

Please sign in to comment.