From 0b214b7224138eb9ca0afef1a8f7b78678ecdbbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 17:11:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f0802a..2ae8547 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Tom Baranowicz", "license": "ISC", "dependencies": { - "axios": "^0.19.2", + "axios": "^0.21.3", "child_process": "^1.0.2", "minimist": "^1.2.5" }