3 Commits

Author SHA1 Message Date
f3fc63502d
feat: Replace express-xss-sanitizer with helmet
The security middleware `express-xss-sanitizer` has been replaced with `helmet` for enhanced security measures. `helmet` provides better protection against potential security vulnerabilities.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 16:26:52 +02:00
8b306e9a31
build(package): add uuid to dependencies
The package.json has been updated to include the 'uuid' package in both main and dev dependencies. This includes the addition of 'uuid' version "^9.0.1" to the list of dependencies and '@types/uuid' version "^9.0.8" to the list of devDependencies.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 15:03:08 +02:00
72d310ccfa
build: packages 2024-04-23 13:54:18 +02:00