From 802be9a90afe19d29a859e36b3836c697e072671 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 17:11:09 +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 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 644b45ff..d1201ed4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@top-gg/sdk": "^3.1.6", "@upstash/redis": "^1.34.0", "amqplib": "^0.10.4", - "axios": "^1.12.0", + "axios": "^1.13.5", "canvabase": "^1.1.1", "chalk-advanced": "^1.0.7", "cron": "^3.5.0", @@ -48,7 +48,7 @@ "discord-hybrid-sharding": "^2.2.0", "discord.js": "14.16.3", "dotenv": "^16.4.5", - "express": "^4.21.2", + "express": "^4.22.0", "moment-timezone": "^0.5.45", "mongoose": "^8.9.5", "prettier-plugin-organize-imports": "^4.0.0",