diff --git a/package.json b/package.json index 2aeaed8..5fa211f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restana", - "version": "4.9.2", + "version": "4.9.3", "description": "Super fast and minimalist web framework for building REST micro-services.", "main": "index.js", "types": "index.d.ts", @@ -38,7 +38,7 @@ ], "homepage": "https://github.com/jkyberneees/restana#readme", "dependencies": { - "0http": "^3.1.1" + "0http": "^3.1.2" }, "devDependencies": { "@hapi/hapi": "^20.2.1",