diff --git a/package.json b/package.json index b8fc68b..4fdf803 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dotenv": "^10.0.0", "hapi-swagger": "^17.3.2", "instances-container": "^2.0.3", - "joi": "^18.0.2", + "joi": "^17.13.0", "nanoid": "^3.1.23", "pg": "^8.6.0" }, diff --git a/src/Interfaces/http/api/threads/routes.js b/src/Interfaces/http/api/threads/routes.js index 6371a35..f5d3fab 100644 --- a/src/Interfaces/http/api/threads/routes.js +++ b/src/Interfaces/http/api/threads/routes.js @@ -23,4 +23,4 @@ const routes = (handler) => [ }, ]; -module.exports = routes; +module.exports = routes; \ No newline at end of file