diff --git a/Ui/package-lock.json b/Ui/package-lock.json index fbf1c0e..b5cd800 100644 --- a/Ui/package-lock.json +++ b/Ui/package-lock.json @@ -26,7 +26,7 @@ "bootswatch": "^5.3.8", "jest-editor-support": "*", "moment": "^2.30.1", - "ngx-countup": "^13.2.0", + "ngx-countup": "^21.0.0", "ngx-mask": "^19.0.6", "ngx-pagination": "^6.0.3", "ngx-spinner": "^17.0.0", @@ -6227,9 +6227,10 @@ } }, "node_modules/countup.js": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.8.2.tgz", - "integrity": "sha512-UtRoPH6udaru/MOhhZhI/GZHJKAyAxuKItD2Tr7AbrqrOPBX/uejWBBJt8q86169AMqKkE9h9/24kFWbUk/Bag==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.9.0.tgz", + "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==", + "license": "MIT" }, "node_modules/cross-spawn": { "version": "7.0.6", @@ -9732,16 +9733,17 @@ } }, "node_modules/ngx-countup": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/ngx-countup/-/ngx-countup-13.2.0.tgz", - "integrity": "sha512-8HpLinaRAg9qta8P/1BjP7IzVY8USNbn9981StlvYPNshLwZcmSmxKJIuHzE9zTL+y7ILWih2L4SDyJDfsIyVw==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/ngx-countup/-/ngx-countup-21.0.0.tgz", + "integrity": "sha512-NmWZhc3kRXsKdKvFw9cMfIM/FATWCvpgJ1UB/pF6qoHVex1YX2n9ff3IOTk1K+/JSAq9O84BU4eWfqWNsPs38w==", + "license": "MIT", "dependencies": { - "countup.js": "^2.3.2", - "tslib": "^2.0.0" + "countup.js": "^2.9.0", + "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": ">=13.0.0", - "@angular/core": ">=13.0.0" + "@angular/common": "^21.0.0", + "@angular/core": "^21.0.0" } }, "node_modules/ngx-mask": { diff --git a/Ui/package.json b/Ui/package.json index 3797288..4b9b3c3 100644 --- a/Ui/package.json +++ b/Ui/package.json @@ -28,7 +28,7 @@ "bootswatch": "^5.3.8", "jest-editor-support": "*", "moment": "^2.30.1", - "ngx-countup": "^13.2.0", + "ngx-countup": "^21.0.0", "ngx-mask": "^19.0.6", "ngx-pagination": "^6.0.3", "ngx-spinner": "^17.0.0",