Skip to content

Commit cea60f4

Browse files
committed
v2.9.4
1 parent 73bfc9e commit cea60f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
2929
"dependencies": {
3030
"@polka/send-type": "^0.5.2",
31-
"fast-proxy": "^2.0.0",
31+
"fast-proxy": "^2.1.0",
3232
"http-cache-middleware": "^1.3.8",
3333
"restana": "^4.9.1",
3434
"stream-to-array": "^2.3.0"
@@ -42,23 +42,23 @@
4242
],
4343
"devDependencies": {
4444
"@types/express": "^4.17.11",
45-
"aws-sdk": "^2.913.0",
45+
"aws-sdk": "^2.991.0",
4646
"chai": "^4.3.4",
4747
"cors": "^2.8.5",
4848
"express": "^4.17.1",
49-
"express-jwt": "^6.0.0",
49+
"express-jwt": "^6.1.0",
5050
"express-rate-limit": "^5.2.6",
5151
"fg-multiple-hooks": "^1.3.0",
5252
"helmet": "^4.6.0",
5353
"http-lambda-proxy": "^1.1.4",
5454
"load-balancers": "^1.3.52",
5555
"micromatch": "^4.0.4",
56-
"mocha": "^8.4.0",
56+
"mocha": "^9.1.1",
5757
"nyc": "^15.1.0",
58-
"opossum": "^6.1.0",
58+
"opossum": "^6.2.1",
5959
"pem": "^1.14.4",
6060
"request-ip": "^2.1.3",
6161
"response-time": "^2.3.2",
62-
"supertest": "^6.1.3"
62+
"supertest": "^6.1.6"
6363
}
6464
}

0 commit comments

Comments
 (0)