From 3b54eef52ca6789195629f16a563a754682ac453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 10:50:28 +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 5289f11..44176ee 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A multifunctional bot by Trixter", "main": "index.js", "dependencies": { - "axios": "^0.21.1", + "axios": "^1.13.5", "canvacord": "^5.1.0", "class-transformer": "^0.4.0", "common-tags": "^1.8.0",