diff --git a/package.json b/package.json index 450cad02..255b1996 100644 --- a/package.json +++ b/package.json @@ -41,18 +41,17 @@ "url": "https://github.com/Deivu/Shoukaku" }, "dependencies": { - "ws": "^8.13.0" + "ws": "^8.14.2" }, "devDependencies": { "@augu/eslint-config": "^4.0.1", - "@types/node": "^20.3.1", - "@types/node-fetch": "^2.6.4", - "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^5.59.11", - "@typescript-eslint/parser": "^5.59.11", - "eslint": "^8.42.0", - "tsup": "^6.7.0", - "typedoc": "^0.24.8", - "typescript": "^5.1.3" + "@types/node": "^20.8.9", + "@types/ws": "^8.5.8", + "@typescript-eslint/eslint-plugin": "^6.9.0", + "@typescript-eslint/parser": "^6.9.0", + "eslint": "^8.52.0", + "tsup": "^7.2.0", + "typedoc": "^0.25.3", + "typescript": "^5.2.2" } }