From 15eb5632a6c6703a0b322d64f14006761cb94a15 Mon Sep 17 00:00:00 2001 From: Rolando Santamaria Maso Date: Sat, 6 Apr 2024 10:49:34 +0200 Subject: [PATCH] v4.9.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eacf337..7f8fc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restana", - "version": "4.9.8", + "version": "4.9.9", "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.5.2" + "0http": "^3.5.3" }, "devDependencies": { "benchmark": "^2.1.4",