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-AXIOS-9292519
  • Loading branch information
snyk-bot committed Mar 8, 2025
1 parent c424153 commit 654e00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"axios": "1.7.7",
"axios": "1.8.2",
"chalk-animation": "2.0.3",
"cli-progress": "3.12.0",
"cli-table3": "0.6.5",
Expand Down

0 comments on commit 654e00f

Please sign in to comment.