Skip to content

Commit dbfbbf5

Browse files
committed
v3.3.2
1 parent 61769ce commit dbfbbf5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
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.3",
34+
"restana": "^4.9.5",
3535
"stream-to-array": "^2.3.0",
3636
"micromatch": "^4.0.5"
3737
},
@@ -44,24 +44,24 @@
4444
],
4545
"devDependencies": {
4646
"@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",
4949
"chai": "^4.3.6",
5050
"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",
5454
"faye-websocket": "^0.11.4",
55-
"fg-multiple-hooks": "1.3.0",
55+
"fg-multiple-hooks": "^1.3.0",
5656
"helmet": "^5.0.2",
5757
"http-lambda-proxy": "^1.1.4",
5858
"load-balancers": "^1.3.52",
59-
"mocha": "^9.2.2",
59+
"mocha": "^10.0.0",
6060
"nyc": "^15.1.0",
6161
"opossum": "^6.3.0",
6262
"pem": "^1.14.6",
6363
"request-ip": "^2.1.3",
6464
"response-time": "^2.3.2",
65-
"supertest": "^6.2.2"
65+
"supertest": "^6.2.3"
6666
}
6767
}

0 commit comments

Comments
 (0)