From 9e25c492126bc2828d815d95916afd6633aad352 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 17:35:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3abbc18..d75a794 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "chalk": "^4.1.1", "cheerio": "*", "discord-buttons": "github:AngeloCore/discord-buttons", - "discord.js": "^12.5.3", + "discord.js": "^14.0.0", "erlpack": "github:discord/erlpack", "express": "^4.17.1", "ffmpeg-static": "^4.3.0",