From 49550c54aa111c51bcedd96ae0277d88a1ce0b79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 15:35:14 +0000 Subject: [PATCH] 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a83df6..1fe7b9b 100644 --- a/package.json +++ b/package.json @@ -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",