We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaf86d commit 3e7e7eaCopy full SHA for 3e7e7ea
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-gateway",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "A Node.js API Gateway for the masses!",
5
"main": "index.js",
6
"scripts": {
@@ -27,8 +27,8 @@
27
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
28
"dependencies": {
29
"@polka/send-type": "^0.5.2",
30
- "fast-proxy": "^1.4.0",
31
- "http-cache-middleware": "^1.2.3",
+ "fast-proxy": "^1.4.1",
+ "http-cache-middleware": "^1.2.5",
32
"restana": "^4.0.7",
33
"stream-to-array": "^2.3.0"
34
},
@@ -37,7 +37,7 @@
37
"cors": "^2.8.5",
38
"express": "^4.17.1",
39
"express-jwt": "^5.3.1",
40
- "express-rate-limit": "^5.0.0",
+ "express-rate-limit": "^5.1.1",
41
"helmet": "^3.21.2",
42
"mocha": "^7.0.1",
43
"nyc": "^15.0.0",
0 commit comments