From f8c1ba83eda9b1691efdcaac59419be34bbd8de6 Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:47:14 +0100 Subject: [PATCH] Update package.json Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8f97b5d4b..1f9f94ad6 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ }, "homepage": "https://github.com/brblacky/lavamusic#readme", "devDependencies": { - "@types/node": "^20.10.5", + "@types/node": "^20.10.7", "@types/signale": "^1.4.7", - "@typescript-eslint/eslint-plugin": "^6.16.0", - "@typescript-eslint/parser": "^6.16.0", + "@typescript-eslint/eslint-plugin": "^6.17.0", + "@typescript-eslint/parser": "^6.17.0", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^50.0.1", @@ -54,7 +54,7 @@ "dotenv": "^16.3.1", "shoukaku": "^4.0.1", "signale": "^1.4.0", - "socket.io": "^4.7.2", + "socket.io": "^4.7.3", "tslib": "^2.6.2", "undici": "^6.2.1" },