Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#66)
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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
fraxken and snyk-bot authored Mar 18, 2024
1 parent 5742743 commit 177a568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"dependencies": {
"@nodesecure/js-x-ray": "^6.0.1",
"@nodesecure/npm-registry-sdk": "^1.4.1",
"@nodesecure/scanner": "^3.8.2",
"@nodesecure/scanner": "^5.1.0",
"@openally/mutex": "^1.0.0",
"@slimio/is": "^2.0.0",
"dotenv": "^16.0.3",
"kleur": "^4.1.5",
"klona": "^2.0.6",
"pacote": "^15.0.8",
"pacote": "^17.0.4",
"sade": "^1.8.1",
"ts-node": "^10.9.1"
}
Expand Down

0 comments on commit 177a568

Please sign in to comment.