Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit e51a6c0

Browse files
committed
cookie parser
1 parent 57e0f16 commit e51a6c0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,27 @@
2121
"description": "",
2222
"dependencies": {
2323
"cloudflare": "^3.5.0",
24+
"compression": "^1.7.4",
25+
"cookie-parser": "^1.4.7",
2426
"cors": "^2.8.5",
2527
"dotenv": "^16.4.5",
2628
"express": "^4.19.2",
2729
"express-openid-connect": "^2.17.1",
30+
"helmet": "^7.1.0",
2831
"htmx": "^0.0.2",
2932
"pg": "^8.12.0",
3033
"redis": "^4.7.0",
31-
"winston": "^3.11.0",
32-
"helmet": "^7.1.0",
33-
"compression": "^1.7.4"
34+
"uuid": "^11.1.0",
35+
"winston": "^3.11.0"
3436
},
3537
"devDependencies": {
38+
"@types/cookie-parser": "^1.4.8",
3639
"@types/cors": "^2.8.17",
3740
"@types/express": "^4.17.21",
41+
"@types/jest": "^29.5.0",
3842
"@types/node": "^20.14.12",
3943
"@types/pg": "^8.11.6",
40-
"@types/jest": "^29.5.0",
44+
"@types/uuid": "^10.0.0",
4145
"@typescript-eslint/eslint-plugin": "^6.0.0",
4246
"@typescript-eslint/parser": "^6.0.0",
4347
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)