ngx-toastr

This commit is contained in:
Tomasi - Developing 2026-02-17 13:54:25 +01:00
parent e91daa881d
commit 2566e02897
2 changed files with 10 additions and 9 deletions

17
Ui/package-lock.json generated
View File

@ -30,7 +30,7 @@
"ngx-mask": "^21.0.1", "ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3", "ngx-pagination": "^6.0.3",
"ngx-spinner": "^21.0.0", "ngx-spinner": "^21.0.0",
"ngx-toastr": "^19.0.0", "ngx-toastr": "^20.0.5",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"sweetalert2": "^11.22.4", "sweetalert2": "^11.22.4",
"tslib": "^2.3.0", "tslib": "^2.3.0",
@ -9787,16 +9787,17 @@
} }
}, },
"node_modules/ngx-toastr": { "node_modules/ngx-toastr": {
"version": "19.0.0", "version": "20.0.5",
"resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-19.0.0.tgz", "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-20.0.5.tgz",
"integrity": "sha512-6pTnktwwWD+kx342wuMOWB4+bkyX9221pAgGz3SHOJH0/MI9erLucS8PeeJDFwbUYyh75nQ6AzVtolgHxi52dQ==", "integrity": "sha512-JcGu1Cbl+0SovPhxma72ygGeZHtpHWWKwBCyiabb+MSWYtXu/SOwEZ2HTWtZ4wcEYOOiy9tDQZgiEKWXpibpRw==",
"license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.8.1"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=16.0.0-0", "@angular/common": "^21.0.0",
"@angular/core": ">=16.0.0-0", "@angular/core": "^21.0.0",
"@angular/platform-browser": ">=16.0.0-0" "rxjs": "^7.8.2"
} }
}, },
"node_modules/node-addon-api": { "node_modules/node-addon-api": {

View File

@ -32,7 +32,7 @@
"ngx-mask": "^21.0.1", "ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3", "ngx-pagination": "^6.0.3",
"ngx-spinner": "^21.0.0", "ngx-spinner": "^21.0.0",
"ngx-toastr": "^19.0.0", "ngx-toastr": "^20.0.5",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"sweetalert2": "^11.22.4", "sweetalert2": "^11.22.4",
"tslib": "^2.3.0", "tslib": "^2.3.0",