Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 1, 2021
1 parent ec1bab7 commit fcb4e93
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k-fastify-gateway",
"version": "2.8.3",
"version": "2.8.4",
"description": "A Node.js API Gateway that just works!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,35 +28,35 @@
},
"homepage": "https://github.com/jkyberneees/fastify-gateway#readme",
"dependencies": {
"cache-manager": "^3.2.1",
"fastify-reply-from": "^2.1.0",
"matcher": "^2.1.0",
"ms": "^2.1.2",
"cache-manager": "^3.4.3",
"fastify-reply-from": "^5.2.0",
"matcher": "^4.0.0",
"ms": "^2.1.3",
"on-http-end": "^1.0.2"
},
"files": [
"src"
],
"devDependencies": {
"0http": "^2.3.0",
"axios": "^0.19.2",
"0http": "^3.1.1",
"axios": "^0.21.1",
"boom": "^7.3.0",
"cache-manager-ioredis": "^1.0.1",
"chai": "^4.2.0",
"chai": "^4.3.4",
"cors": "^2.8.5",
"express-jwt": "^5.3.3",
"fastify": "^2.13.1",
"fastify-boom": "^0.1.0",
"helmet": "^3.22.0",
"middleware-if-unless": "^1.2.4",
"mocha": "^7.1.2",
"helmet": "^3.23.3",
"middleware-if-unless": "^1.2.5",
"mocha": "^7.2.0",
"morgan": "^1.10.0",
"nyc": "^15.0.1",
"pm2": "^4.4.0",
"nyc": "^15.1.0",
"pm2": "^4.5.6",
"response-time": "^2.3.2",
"restana": "^4.3.4",
"standard": "^14.3.3",
"restana": "^4.9.1",
"standard": "^16.0.3",
"stream-to-array": "^2.3.0",
"supertest": "^4.0.2"
"supertest": "^6.1.3"
}
}

0 comments on commit fcb4e93

Please sign in to comment.