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: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
- https://snyk.io/vuln/SNYK-JS-QS-15268416
  • Loading branch information
snyk-bot committed Feb 15, 2026
commit 49550c54aa111c51bcedd96ae0277d88a1ce0b79
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"license": "ISC",
"dependencies": {
"asciichart": "^1.5.11",
"axios": "^0.21.3",
"axios": "^1.13.5",
"chalk": "^3.0.0",
"cli-table3": "^0.6.0",
"country-code-lookup": "0.0.17",
"emoji-flags": "^1.2.0",
"express": "^4.17.3",
"express": "^4.22.0",
"helmet": "^3.23.3",
"humanize-number": "0.0.2",
"lodash": "^4.17.21",
Expand Down