diff --git a/package.json b/package.json index 028e766..bd75072 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@fastify/rate-limit": "^9.1.0", "@fastify/swagger": "^8.14.0", "@fastify/swagger-ui": "^3.0.0", - "@sinclair/typebox": "^0.32.31", + "@sinclair/typebox": "^0.34.9", "ajv": "^8.16.0", "axios": "^1.7.2", "discord-oauth2": "^2.12.1", @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/node": "^20.14.1", - "@typescript-eslint/eslint-plugin": "^7.12.0", + "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^7.12.0", "esbuild": "^0.21.4", "eslint": "^9.16.0", @@ -58,6 +58,6 @@ "prettier": "^3.3.0", "tsx": "^4.11.2", "typescript": "^5.4.5", - "vitest": "^1.6.0" + "vitest": "^2.1.8" } }