feat: add dependencies for cryptographic utilities
Some checks failed
Lint / lint (push) Failing after 4m59s

Added `@noble/post-quantum`, `@node-rs/argon2`, and `jose` to backend dependencies to support advanced cryptographic operations, including post-quantum algorithms, Argon2 hashing, and JWT/JWE handling.
This commit is contained in:
Mathis HERRIOT
2026-01-06 12:09:57 +01:00
parent 810acd8ed4
commit c1bc68e3e3
2 changed files with 188 additions and 0 deletions

View File

@@ -28,8 +28,11 @@
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.0.1",
"@nestjs/platform-express": "^11.0.1",
"@noble/post-quantum": "^0.5.4",
"@node-rs/argon2": "^2.0.2",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"jose": "^6.1.3",
"pg": "^8.16.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"