Skip to content

Commit 040b09b

Browse files
committed
v2.4.1
1 parent e34e29e commit 040b09b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
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": "^1.6.2",
31+
"fast-proxy": "^1.6.3",
3232
"http-cache-middleware": "^1.3.5",
3333
"restana": "^4.6.1",
3434
"stream-to-array": "^2.3.0"
@@ -41,14 +41,14 @@
4141
"LICENSE"
4242
],
4343
"devDependencies": {
44-
"aws-sdk": "^2.703.0",
44+
"aws-sdk": "^2.709.0",
4545
"chai": "^4.2.0",
4646
"cors": "^2.8.5",
4747
"express": "^4.17.1",
4848
"express-jwt": "^5.3.3",
4949
"express-rate-limit": "^5.1.3",
50-
"fg-multiple-hooks": "^1.0.1",
51-
"helmet": "^3.22.0",
50+
"fg-multiple-hooks": "1.2.0",
51+
"helmet": "^3.23.3",
5252
"http-lambda-proxy": "^1.0.1",
5353
"mocha": "^8.0.1",
5454
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)