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 dd2be29 commit e31a726Copy full SHA for e31a726
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-gateway",
3
- "version": "2.7.1",
+ "version": "2.8.0",
4
"description": "A Node.js API Gateway for the masses!",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -42,7 +42,7 @@
42
],
43
"devDependencies": {
44
"@types/express": "^4.17.11",
45
- "aws-sdk": "^2.831.0",
+ "aws-sdk": "^2.834.0",
46
"chai": "^4.2.0",
47
"cors": "^2.8.5",
48
"express": "^4.17.1",
@@ -55,7 +55,7 @@
55
"micromatch": "^4.0.2",
56
"mocha": "^8.2.1",
57
"nyc": "^15.1.0",
58
- "opossum": "^5.1.2",
+ "opossum": "^5.1.3",
59
"request-ip": "^2.1.3",
60
"response-time": "^2.3.2",
61
"supertest": "^4.0.2"
0 commit comments