feat: add cookie-parser and csurf dependencies to backend package.json and update pnpm-lock.yaml

This commit is contained in:
Mathis HERRIOT
2025-05-17 10:33:17 +02:00
parent a4a259f119
commit c1a74d712b
2 changed files with 110 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
"@node-rs/argon2": "^2.0.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.30.4",
"jose": "^6.0.11",