Skip to content

Commit

Permalink
v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 1, 2021
1 parent bc95964 commit af45244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.9.0",
"version": "4.9.1",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"homepage": "https://github.com/jkyberneees/restana#readme",
"dependencies": {
"0http": "^3.1.0"
"0http": "^3.1.1"
},
"devDependencies": {
"@hapi/hapi": "^20.1.2",
Expand All @@ -48,7 +48,7 @@
"express": "^4.17.1",
"express-jwt": "^5.3.3",
"fastify": "^2.15.3",
"http-cache-middleware": "^1.3.6",
"http-cache-middleware": "^1.3.7",
"koa": "^2.13.1",
"koa-router": "^8.0.8",
"microtime": "^3.0.0",
Expand Down

0 comments on commit af45244

Please sign in to comment.