diff --git a/package.json b/package.json index 2b14061..1dca5d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restana", - "version": "4.8.1", + "version": "4.9.0", "description": "Super fast and minimalist web framework for building REST micro-services.", "main": "index.js", "types": "index.d.ts", @@ -38,12 +38,13 @@ ], "homepage": "https://github.com/jkyberneees/restana#readme", "dependencies": { - "0http": "^3.0.0" + "0http": "^3.1.0" }, "devDependencies": { - "@hapi/hapi": "^20.1.0", + "@hapi/hapi": "^20.1.2", "benchmark": "^2.1.4", - "chai": "^4.3.0", + "body-parser": "^1.19.0", + "chai": "^4.3.4", "express": "^4.17.1", "express-jwt": "^5.3.3", "fastify": "^2.15.3", @@ -51,7 +52,7 @@ "koa": "^2.13.1", "koa-router": "^8.0.8", "microtime": "^3.0.0", - "mocha": "^8.3.0", + "mocha": "^8.3.2", "morgan": "^1.10.0", "muneem": "^2.4.5", "nyc": "^15.1.0",