5 Commits

Author SHA1 Message Date
Viktoria Polyakova
383a197f8f chore(deps): update dependencies and remove unused files
Updated several dependencies including:
- @aws-sdk/client-s3 from 3.965.0 to 3.975.0
- @aws-sdk/client-ses from 3.965.0 to 3.975.0
- @aws-sdk/client-sqs from 3.965.0 to 3.975.0
- dotenv from ^16.6.1 to ^16.5.0
- form-data from ^4.0.2 to ^4.0.5
- typescript from 5.9.3 to 5.8.3

Removed unused files:
- backend/.yarn/releases/yarn-4.9.1.cjs
- backend/package-lock.json
2026-01-27 01:41:38 +03:00
Viktoria Polyakova
de283d2a93 fix: remove unused ValidationPipe import in main.ts
The ValidationPipe import was commented out and not being used in the code. This commit removes the unused import to clean up the code and avoid potential confusion. The Logger import remains active and is still in use.
2026-01-25 22:06:44 +00:00
Viktoria Polyakova
3bc0bc1833 feat: remove helmet security headers and disable validation pipe
- Remove helmet security middleware and related CSP configuration
- Disable global validation pipe by commenting it out
- Fix type assertion in FieldValueService by removing unnecessary cast
- Changes made to simplify configuration and reduce strict validation during development
2026-01-25 22:06:14 +00:00
Viktoria Polyakova
f93a00bee7 feat: add PATCH method to allowed API methods
Added PATCH to the list of allowed HTTP methods in the API location block to support partial updates to resources. This aligns with RESTful API conventions and enables clients to modify specific fields without sending a full resource representation.
2026-01-25 18:09:20 +00:00
Viktoria Polyakova
4fb101c5db Init 2026-01-25 08:57:38 +00:00