From 0784a410e57b7f075517ff189533ca6337e9ef6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 07:52:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a83df6..c43d26d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "ISC", "dependencies": { "asciichart": "^1.5.11", - "axios": "^0.21.3", + "axios": "^1.12.0", "chalk": "^3.0.0", "cli-table3": "^0.6.0", "country-code-lookup": "0.0.17",