From 7770c15b4f48f0153657a6f2793ae7c9abb6215a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 08:36:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-10176064 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c58ce61..2ea87177 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cryptr": "^6.3.0", "discord-api-types": "^0.37.100", "discord-hybrid-sharding": "^2.2.0", - "discord.js": "14.16.3", + "discord.js": "14.20.0", "dotenv": "^16.4.5", "express": "^4.21.0", "moment-timezone": "^0.5.45",