From 7c2e112d97225e8af865293eda266a8716c4ccfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 17:10:40 +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 3f0802a..46e012e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Tom Baranowicz", "license": "ISC", "dependencies": { - "axios": "^0.19.2", + "axios": "^1.12.0", "child_process": "^1.0.2", "minimist": "^1.2.5" }