This commit is contained in:
Tomasi - Developing 2026-02-17 13:47:10 +01:00
parent 1af95c1905
commit ffa1cc6189
2 changed files with 9 additions and 8 deletions

15
Ui/package-lock.json generated
View File

@ -27,7 +27,7 @@
"jest-editor-support": "*", "jest-editor-support": "*",
"moment": "^2.30.1", "moment": "^2.30.1",
"ngx-countup": "^21.0.0", "ngx-countup": "^21.0.0",
"ngx-mask": "^19.0.6", "ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3", "ngx-pagination": "^6.0.3",
"ngx-spinner": "^17.0.0", "ngx-spinner": "^17.0.0",
"ngx-toastr": "^19.0.0", "ngx-toastr": "^19.0.0",
@ -9747,16 +9747,17 @@
} }
}, },
"node_modules/ngx-mask": { "node_modules/ngx-mask": {
"version": "19.0.6", "version": "21.0.1",
"resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-19.0.6.tgz", "resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-21.0.1.tgz",
"integrity": "sha512-lJa3+gIg0XMwjRv71pqW7uYrzFPZXl7VUbdbafJ9uo7QydfHIhUe8ByPgWt5VxvSC2mp5ndE3O7jWMOtv7Kthw==", "integrity": "sha512-L7zyKhXHQjfMLIGPxEmaVXdZ6VurHemgPt352yY9vP0dmWKmmzwF1nkKzDjYqpqEWhL/KMooSqrMGApNVzWeYA==",
"license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.0.0", "@angular/common": "^21.0.0",
"@angular/core": ">=14.0.0", "@angular/core": "^21.0.0",
"@angular/forms": ">=14.0.0" "@angular/forms": "^21.0.0"
} }
}, },
"node_modules/ngx-pagination": { "node_modules/ngx-pagination": {

View File

@ -29,7 +29,7 @@
"jest-editor-support": "*", "jest-editor-support": "*",
"moment": "^2.30.1", "moment": "^2.30.1",
"ngx-countup": "^21.0.0", "ngx-countup": "^21.0.0",
"ngx-mask": "^19.0.6", "ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3", "ngx-pagination": "^6.0.3",
"ngx-spinner": "^17.0.0", "ngx-spinner": "^17.0.0",
"ngx-toastr": "^19.0.0", "ngx-toastr": "^19.0.0",