From 76c7e044c0dfc87b9f91a78ca4891a0474862042 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 08:39:44 +0000 Subject: [PATCH] fix: TSBot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- TSBot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSBot/package.json b/TSBot/package.json index 15a18d5..83d98a0 100644 --- a/TSBot/package.json +++ b/TSBot/package.json @@ -2,7 +2,7 @@ "dependencies": { "@types/node": "^14.17.1", "advanced-command-handler": "^2.4.0", - "discord.js": "^12.5.3" + "discord.js": "^14.0.0" }, "description": "A bot for testing the TypeScript version of the command handler.", "devDependencies": {