ngx-countup

This commit is contained in:
Tomasi - Developing 2026-02-17 13:44:16 +01:00
parent 9b4d22e8be
commit 1af95c1905
2 changed files with 14 additions and 12 deletions

24
Ui/package-lock.json generated
View File

@ -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": {

View File

@ -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",