Skip to content

Commit 68f72e5

Browse files
committed
v4.9.0
1 parent db2de9d commit 68f72e5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana",
3-
"version": "4.8.1",
3+
"version": "4.9.0",
44
"description": "Super fast and minimalist web framework for building REST micro-services.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -38,20 +38,21 @@
3838
],
3939
"homepage": "https://github.com/jkyberneees/restana#readme",
4040
"dependencies": {
41-
"0http": "^3.0.0"
41+
"0http": "^3.1.0"
4242
},
4343
"devDependencies": {
44-
"@hapi/hapi": "^20.1.0",
44+
"@hapi/hapi": "^20.1.2",
4545
"benchmark": "^2.1.4",
46-
"chai": "^4.3.0",
46+
"body-parser": "^1.19.0",
47+
"chai": "^4.3.4",
4748
"express": "^4.17.1",
4849
"express-jwt": "^5.3.3",
4950
"fastify": "^2.15.3",
5051
"http-cache-middleware": "^1.3.6",
5152
"koa": "^2.13.1",
5253
"koa-router": "^8.0.8",
5354
"microtime": "^3.0.0",
54-
"mocha": "^8.3.0",
55+
"mocha": "^8.3.2",
5556
"morgan": "^1.10.0",
5657
"muneem": "^2.4.5",
5758
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)