Skip to content

Commit 64bf0d8

Browse files
committed
v2.9.1
1 parent 6efa1d0 commit 64bf0d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"@polka/send-type": "^0.5.2",
3131
"fast-proxy": "^2.0.0",
32-
"http-cache-middleware": "^1.3.6",
33-
"restana": "^4.8.1",
32+
"http-cache-middleware": "^1.3.7",
33+
"restana": "^4.9.0",
3434
"stream-to-array": "^2.3.0"
3535
},
3636
"files": [
@@ -42,18 +42,18 @@
4242
],
4343
"devDependencies": {
4444
"@types/express": "^4.17.11",
45-
"aws-sdk": "^2.853.0",
46-
"chai": "^4.3.0",
45+
"aws-sdk": "^2.897.0",
46+
"chai": "^4.3.4",
4747
"cors": "^2.8.5",
4848
"express": "^4.17.1",
4949
"express-jwt": "^6.0.0",
5050
"express-rate-limit": "^5.2.6",
5151
"fg-multiple-hooks": "^1.2.0",
52-
"helmet": "^4.4.1",
52+
"helmet": "^4.5.0",
5353
"http-lambda-proxy": "^1.1.2",
5454
"load-balancers": "^1.3.52",
55-
"micromatch": "^4.0.2",
56-
"mocha": "^8.3.0",
55+
"micromatch": "^4.0.4",
56+
"mocha": "^8.3.2",
5757
"nyc": "^15.1.0",
5858
"opossum": "^5.1.3",
5959
"request-ip": "^2.1.3",

0 commit comments

Comments
 (0)