Finished implementing user settings -> security

This commit is contained in:
2026-04-19 12:37:52 +02:00
parent 20e67ecd85
commit 5f032c5098
22 changed files with 387 additions and 103 deletions

12
package-lock.json generated
View File

@@ -27,9 +27,11 @@
"@taiga-ui/addon-table": "^5.1.0",
"@taiga-ui/cdk": "^5.1.0",
"@taiga-ui/core": "^5.1.0",
"@taiga-ui/i18n": "^5.2.0",
"@taiga-ui/icons": "^5.1.0",
"@taiga-ui/kit": "^5.1.0",
"@taiga-ui/layout": "^5.1.0",
"libphonenumber-js": "^1.12.41",
"ngx-cookie-service": "^21.3.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@@ -4384,11 +4386,10 @@
"peer": true
},
"node_modules/@taiga-ui/i18n": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@taiga-ui/i18n/-/i18n-5.1.0.tgz",
"integrity": "sha512-NqCo1fK95w6aXHkvIZ3aqZOA2z+CnvD/eEEXZjbCs/Ik6QfWmGP8GbS5uwb7SzqNZz9QiVaJi5RNZtoInHf/tQ==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@taiga-ui/i18n/-/i18n-5.2.0.tgz",
"integrity": "sha512-dyjp5hqDR272EPX+aQVtCXKiFKEUggdf1Y/Gcdt4JGZ0WqYR5n5CjP1EoKRG3GQcgd1mCSXnAt2BQJpujGcaHw==",
"license": "Apache-2.0",
"peer": true,
"dependencies": {
"tslib": ">=2.8.1"
},
@@ -7061,8 +7062,7 @@
"version": "1.12.41",
"resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.12.41.tgz",
"integrity": "sha512-lsmMmGXBxXIK/VMLEj0kL6MtUs1kBGj1nTCzi6zgQoG1DEwqwt2DQyHxcLykceIxAnfE3hya7NuIh6PpC6S3fA==",
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/listr2": {
"version": "9.0.5",