Skip to content

Commit 1125016

Browse files
authored
chore: Update npm dependencies to latest versions (#93)
1 parent 52499c5 commit 1125016

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,5 @@ typings/
6161
.next
6262

6363
.DS_Store
64+
65+
bun.lockb

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
3030
"dependencies": {
3131
"@polka/send-type": "^0.5.2",
32-
"fast-proxy-lite": "^1.1.1",
32+
"fast-proxy-lite": "^1.1.2",
3333
"http-cache-middleware": "^1.4.1",
3434
"restana": "^4.9.9",
3535
"stream-to-array": "^2.3.0",
36-
"micromatch": "^4.0.5"
36+
"micromatch": "^4.0.7"
3737
},
3838
"files": [
3939
"lib/",
@@ -43,25 +43,25 @@
4343
"LICENSE"
4444
],
4545
"devDependencies": {
46-
"@types/express": "^4.17.14",
47-
"artillery": "^2.0.0-23",
48-
"aws-sdk": "^2.1259.0",
49-
"chai": "^4.3.7",
46+
"@types/express": "^4.17.21",
47+
"artillery": "^2.0.14",
48+
"aws-sdk": "^2.1632.0",
49+
"chai": "^4.4.1",
5050
"cors": "^2.8.5",
51-
"express": "^4.18.2",
51+
"express": "^4.19.2",
5252
"express-jwt": "^7.7.7",
53-
"express-rate-limit": "^6.7.0",
53+
"express-rate-limit": "^6.11.2",
5454
"faye-websocket": "^0.11.4",
5555
"fg-multiple-hooks": "^1.3.0",
56-
"helmet": "^5.1.0",
56+
"helmet": "^5.1.1",
5757
"http-lambda-proxy": "^1.1.4",
5858
"load-balancers": "^1.3.52",
59-
"mocha": "^10.1.0",
59+
"mocha": "^10.4.0",
6060
"nyc": "^15.1.0",
61-
"opossum": "^7.0.0",
62-
"pem": "^1.14.6",
61+
"opossum": "^7.1.0",
62+
"pem": "^1.14.8",
6363
"request-ip": "^3.3.0",
6464
"response-time": "^2.3.2",
65-
"supertest": "^6.3.1"
65+
"supertest": "^6.3.4"
6666
}
6767
}

0 commit comments

Comments
 (0)