Skip to content

Commit f8d24c9

Browse files
committed
v4.3.3
1 parent 78b4f22 commit f8d24c9

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "Super fast and minimalist web framework for building REST micro-services.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -38,19 +38,18 @@
3838
],
3939
"homepage": "https://github.com/jkyberneees/ana#readme",
4040
"dependencies": {
41-
"0http": "^2.2.4"
41+
"0http": "^2.2.5"
4242
},
4343
"devDependencies": {
44-
"@hapi/hapi": "^18.4.1",
45-
"anumargak": "^2.2.0",
44+
"@hapi/hapi": "^19.1.1",
4645
"chai": "^4.2.0",
4746
"connect-query": "^1.0.0",
4847
"express": "^4.17.1",
4948
"express-jwt": "^5.3.3",
5049
"fastify": "^2.13.1",
5150
"http-cache-middleware": "^1.3.1",
5251
"koa": "^2.11.0",
53-
"koa-router": "^7.4.0",
52+
"koa-router": "^8.0.8",
5453
"mocha": "^7.1.1",
5554
"morgan": "^1.10.0",
5655
"muneem": "^2.4.5",
@@ -63,8 +62,8 @@
6362
"socket.io": "^2.3.0",
6463
"socket.io-client": "^2.3.0",
6564
"standard": "^14.3.3",
66-
"supertest": "^3.4.2",
65+
"supertest": "^4.0.2",
6766
"swagger-tools": "^0.10.4",
68-
"winston": "^2.4.4"
67+
"winston": "^3.2.1"
6968
}
7069
}

0 commit comments

Comments
 (0)