Skip to content

Commit

Permalink
fix: package.json & package-lock.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-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 30, 2023
1 parent a91db4a commit 71f9384
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"nodejs"
],
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.0",
"cli-table": "^0.3.11",
"color-support": "^1.1.3",
"commander": "^9.4.1",
Expand Down

0 comments on commit 71f9384

Please sign in to comment.