Skip to content

Commit 444c89a

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
Rolando Santamaria Maso
authored and
Rolando Santamaria Maso
committed
v2.5.2
1 parent d15a0a6 commit 444c89a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -30,7 +30,7 @@
3030
"@polka/send-type": "^0.5.2",
3131
"fast-proxy": "^1.7.0",
3232
"http-cache-middleware": "^1.3.5",
33-
"restana": "^4.7.4",
33+
"restana": "^4.8.0",
3434
"stream-to-array": "^2.3.0"
3535
},
3636
"files": [
@@ -41,7 +41,8 @@
4141
"LICENSE"
4242
],
4343
"devDependencies": {
44-
"aws-sdk": "^2.758.0",
44+
"@types/express": "^4.17.8",
45+
"aws-sdk": "^2.771.0",
4546
"chai": "^4.2.0",
4647
"cors": "^2.8.5",
4748
"express": "^4.17.1",

0 commit comments

Comments
 (0)