Skip to content

Commit 6f57521

Browse files
committed
v3.3.3
1 parent cde86ea commit 6f57521

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -31,7 +31,7 @@
3131
"@polka/send-type": "^0.5.2",
3232
"fast-proxy-lite": "^1.1.0",
3333
"http-cache-middleware": "^1.3.8",
34-
"restana": "^4.9.5",
34+
"restana": "^4.9.6",
3535
"stream-to-array": "^2.3.0",
3636
"micromatch": "^4.0.5"
3737
},
@@ -44,23 +44,23 @@
4444
],
4545
"devDependencies": {
4646
"@types/express": "^4.17.13",
47-
"artillery": "^2.0.0-16",
48-
"aws-sdk": "^2.1132.0",
47+
"artillery": "^2.0.0-18",
48+
"aws-sdk": "^2.1153.0",
4949
"chai": "^4.3.6",
5050
"cors": "^2.8.5",
5151
"express": "^4.18.1",
5252
"express-jwt": "^7.7.0",
5353
"express-rate-limit": "^6.4.0",
5454
"faye-websocket": "^0.11.4",
5555
"fg-multiple-hooks": "^1.3.0",
56-
"helmet": "^5.0.2",
56+
"helmet": "^5.1.0",
5757
"http-lambda-proxy": "^1.1.4",
5858
"load-balancers": "^1.3.52",
5959
"mocha": "^10.0.0",
6060
"nyc": "^15.1.0",
6161
"opossum": "^6.3.0",
6262
"pem": "^1.14.6",
63-
"request-ip": "^2.1.3",
63+
"request-ip": "^2.2.0",
6464
"response-time": "^2.3.2",
6565
"supertest": "^6.2.3"
6666
}

0 commit comments

Comments
 (0)