Skip to content

Commit bdf61f3

Browse files
committed
v3.4.3
1 parent 897c48e commit bdf61f3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -45,23 +45,23 @@
4545
"devDependencies": {
4646
"@types/express": "^4.17.14",
4747
"artillery": "^2.0.0-23",
48-
"aws-sdk": "^2.1217.0",
49-
"chai": "^4.3.6",
48+
"aws-sdk": "^2.1259.0",
49+
"chai": "^4.3.7",
5050
"cors": "^2.8.5",
51-
"express": "^4.18.1",
52-
"express-jwt": "^7.7.5",
53-
"express-rate-limit": "^6.6.0",
51+
"express": "^4.18.2",
52+
"express-jwt": "^7.7.7",
53+
"express-rate-limit": "^6.7.0",
5454
"faye-websocket": "^0.11.4",
5555
"fg-multiple-hooks": "^1.3.0",
5656
"helmet": "^5.1.0",
5757
"http-lambda-proxy": "^1.1.4",
5858
"load-balancers": "^1.3.52",
59-
"mocha": "^10.0.0",
59+
"mocha": "^10.1.0",
6060
"nyc": "^15.1.0",
61-
"opossum": "^6.3.0",
61+
"opossum": "^7.0.0",
6262
"pem": "^1.14.6",
63-
"request-ip": "^2.2.0",
63+
"request-ip": "^3.3.0",
6464
"response-time": "^2.3.2",
65-
"supertest": "^6.2.4"
65+
"supertest": "^6.3.1"
6666
}
6767
}

0 commit comments

Comments
 (0)