fix(settings): enhance user parameter handling and add special user parameter types

- Introduced a new method to ensure special user parameter types for adult verification settings, improving data integrity and handling.
- Updated the upsertUserParam method to utilize the new special parameter type handling, ensuring robust user parameter management.
- Updated package dependencies in package.json and package-lock.json for consistency and to address potential vulnerabilities.
This commit is contained in:
Torsten Schulz (local)
2026-03-27 10:38:42 +01:00
parent 1a86061680
commit cf6d72385e
4 changed files with 263 additions and 194 deletions

View File

@@ -18,5 +18,8 @@
"cors": "^2.8.6",
"dompurify": "^3.3.3",
"sequelize-cli": "^6.6.5"
},
"overrides": {
"minimatch": "10.2.4"
}
}