From a7dae1a933d9a02479a31fd50dbdae407e75d42c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:49:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 152c684..dd692b0 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "hi-tech weaponized moe progress delivery", "dependencies": { "colors": "^1.1.2", - "discord.js": "^11.4.2", + "discord.js": "^13.14.0", "express": "^4.15.2", "irc": "^0.5.2", "jsonfile": "^6.0.1", "password-prompt": "^1.1.2", - "socket.io": "^2.0.1" + "socket.io": "^3.0.0" }, "devDependencies": { "babel-plugin-transform-runtime": "^6.23.0",