Skip to content

Commit 3e7e7ea

Browse files
committed
v2.1.2
1 parent aaaf86d commit 3e7e7ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"scripts": {
@@ -27,8 +27,8 @@
2727
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
2828
"dependencies": {
2929
"@polka/send-type": "^0.5.2",
30-
"fast-proxy": "^1.4.0",
31-
"http-cache-middleware": "^1.2.3",
30+
"fast-proxy": "^1.4.1",
31+
"http-cache-middleware": "^1.2.5",
3232
"restana": "^4.0.7",
3333
"stream-to-array": "^2.3.0"
3434
},
@@ -37,7 +37,7 @@
3737
"cors": "^2.8.5",
3838
"express": "^4.17.1",
3939
"express-jwt": "^5.3.1",
40-
"express-rate-limit": "^5.0.0",
40+
"express-rate-limit": "^5.1.1",
4141
"helmet": "^3.21.2",
4242
"mocha": "^7.0.1",
4343
"nyc": "^15.0.0",

0 commit comments

Comments
 (0)