From 9f243b71dd8ff2ea3be88df2a6b2c80c972a0d11 Mon Sep 17 00:00:00 2001 From: Rolando Santamaria Maso Date: Sat, 10 Oct 2020 22:26:29 +0200 Subject: [PATCH] v4.8.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 65cc777..de1e201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restana", - "version": "4.7.4", + "version": "4.8.0", "description": "Super fast and minimalist web framework for building REST micro-services.", "main": "index.js", "types": "index.d.ts", @@ -41,7 +41,7 @@ "0http": "^3.0.0" }, "devDependencies": { - "@hapi/hapi": "^19.2.0", + "@hapi/hapi": "^20.0.1", "benchmark": "^2.1.4", "chai": "^4.2.0", "express": "^4.17.1", @@ -51,7 +51,7 @@ "koa": "^2.13.0", "koa-router": "^8.0.8", "microtime": "^3.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.3", "morgan": "^1.10.0", "muneem": "^2.4.5", "nyc": "^15.1.0", @@ -61,7 +61,7 @@ "restify": "^8.5.1", "serve-static": "^1.14.1", "socket.io": "^2.3.0", - "socket.io-client": "^2.3.0", + "socket.io-client": "^2.3.1", "supertest": "^4.0.2", "swagger-tools": "^0.10.4", "winston": "^3.3.3"