|
1 | 1 | {
|
2 | 2 | "name": "fast-gateway",
|
3 |
| - "version": "3.3.1", |
| 3 | + "version": "3.3.2", |
4 | 4 | "description": "A Node.js API Gateway for the masses!",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "types": "index.d.ts",
|
|
31 | 31 | "@polka/send-type": "^0.5.2",
|
32 | 32 | "fast-proxy-lite": "^1.1.0",
|
33 | 33 | "http-cache-middleware": "^1.3.8",
|
34 |
| - "restana": "^4.9.3", |
| 34 | + "restana": "^4.9.5", |
35 | 35 | "stream-to-array": "^2.3.0",
|
36 | 36 | "micromatch": "^4.0.5"
|
37 | 37 | },
|
|
44 | 44 | ],
|
45 | 45 | "devDependencies": {
|
46 | 46 | "@types/express": "^4.17.13",
|
47 |
| - "artillery": "^2.0.0-14", |
48 |
| - "aws-sdk": "^2.1111.0", |
| 47 | + "artillery": "^2.0.0-16", |
| 48 | + "aws-sdk": "^2.1132.0", |
49 | 49 | "chai": "^4.3.6",
|
50 | 50 | "cors": "^2.8.5",
|
51 |
| - "express": "^4.17.3", |
52 |
| - "express-jwt": "^6.1.1", |
53 |
| - "express-rate-limit": "^6.3.0", |
| 51 | + "express": "^4.18.1", |
| 52 | + "express-jwt": "^7.7.0", |
| 53 | + "express-rate-limit": "^6.4.0", |
54 | 54 | "faye-websocket": "^0.11.4",
|
55 |
| - "fg-multiple-hooks": "1.3.0", |
| 55 | + "fg-multiple-hooks": "^1.3.0", |
56 | 56 | "helmet": "^5.0.2",
|
57 | 57 | "http-lambda-proxy": "^1.1.4",
|
58 | 58 | "load-balancers": "^1.3.52",
|
59 |
| - "mocha": "^9.2.2", |
| 59 | + "mocha": "^10.0.0", |
60 | 60 | "nyc": "^15.1.0",
|
61 | 61 | "opossum": "^6.3.0",
|
62 | 62 | "pem": "^1.14.6",
|
63 | 63 | "request-ip": "^2.1.3",
|
64 | 64 | "response-time": "^2.3.2",
|
65 |
| - "supertest": "^6.2.2" |
| 65 | + "supertest": "^6.2.3" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments