From 00b48c79a1b120071aa90cb18a990ad882358311 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 17:21:39 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 186a881..61323c8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "adm-zip": "^0.5.16", - "axios": "^1.12.0", + "axios": "^1.13.5", "child_process": "^1.0.2", "crypto": "^1.0.1", "discord-rpc": "^4.0.1",