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 035bb42 commit 4a3374fCopy full SHA for 4a3374f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-gateway",
3
- "version": "2.3.9",
+ "version": "2.3.10",
4
"description": "A Node.js API Gateway for the masses!",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -29,7 +29,7 @@
29
"dependencies": {
30
"@polka/send-type": "^0.5.2",
31
"fast-proxy": "^1.6.2",
32
- "http-cache-middleware": "^1.3.2",
+ "http-cache-middleware": "^1.3.3",
33
"restana": "^4.3.4",
34
"stream-to-array": "^2.3.0"
35
},
@@ -41,7 +41,7 @@
41
"LICENSE"
42
],
43
"devDependencies": {
44
- "aws-sdk": "^2.664.0",
+ "aws-sdk": "^2.665.0",
45
"chai": "^4.2.0",
46
"cors": "^2.8.5",
47
"express": "^4.17.1",
0 commit comments