|
1 | 1 | { |
2 | 2 | "name": "fast-gateway", |
3 | | - "version": "3.4.1", |
| 3 | + "version": "3.4.2", |
4 | 4 | "description": "A Node.js API Gateway for the masses!", |
5 | 5 | "main": "index.js", |
6 | 6 | "types": "index.d.ts", |
|
29 | 29 | "homepage": "https://github.com/jkyberneees/fast-gateway#readme", |
30 | 30 | "dependencies": { |
31 | 31 | "@polka/send-type": "^0.5.2", |
32 | | - "fast-proxy-lite": "^1.1.0", |
| 32 | + "fast-proxy-lite": "^1.1.1", |
33 | 33 | "http-cache-middleware": "^1.4.0", |
34 | 34 | "restana": "^4.9.6", |
35 | 35 | "stream-to-array": "^2.3.0", |
|
43 | 43 | "LICENSE" |
44 | 44 | ], |
45 | 45 | "devDependencies": { |
46 | | - "@types/express": "^4.17.13", |
47 | | - "artillery": "^2.0.0-18", |
48 | | - "aws-sdk": "^2.1153.0", |
| 46 | + "@types/express": "^4.17.14", |
| 47 | + "artillery": "^2.0.0-23", |
| 48 | + "aws-sdk": "^2.1217.0", |
49 | 49 | "chai": "^4.3.6", |
50 | 50 | "cors": "^2.8.5", |
51 | 51 | "express": "^4.18.1", |
52 | | - "express-jwt": "^7.7.0", |
53 | | - "express-rate-limit": "^6.4.0", |
| 52 | + "express-jwt": "^7.7.5", |
| 53 | + "express-rate-limit": "^6.6.0", |
54 | 54 | "faye-websocket": "^0.11.4", |
55 | 55 | "fg-multiple-hooks": "^1.3.0", |
56 | 56 | "helmet": "^5.1.0", |
|
62 | 62 | "pem": "^1.14.6", |
63 | 63 | "request-ip": "^2.2.0", |
64 | 64 | "response-time": "^2.3.2", |
65 | | - "supertest": "^6.2.3" |
| 65 | + "supertest": "^6.2.4" |
66 | 66 | } |
67 | 67 | } |
0 commit comments