diff --git a/package-lock.json b/package-lock.json index af1bf94..30e4697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@angular/animations": "^19.2.3", - "@angular/common": "^19.2.3", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.3", "@angular/core": "^19.2.3", "@angular/forms": "^19.2.3", @@ -2186,18 +2186,17 @@ } }, "node_modules/@angular/common": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.3.tgz", - "integrity": "sha512-cYOMRXFb6Sjtg9BI3bE/Ave+xU234jQmHYj7hBxr3MiqRSVJL4niy10KiA/Jiz6y76V5QfZfS+0aE65VuoqAvg==", - "license": "MIT", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "19.2.3", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -15044,7 +15043,6 @@ "resolved": "https://registry.npmjs.org/ngx-float-ui/-/ngx-float-ui-19.0.1.tgz", "integrity": "sha512-ST5fLsByQoT65CXiPFhnncQZjai8rCNqHC9rNDUh722a/UoummJaFGIC/SIM8tMkE6OK/sVOFqfskMre+7Nh8Q==", "hasInstallScript": true, - "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.12", "tslib": "^2.3.0" @@ -20887,9 +20885,9 @@ } }, "@angular/common": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.3.tgz", - "integrity": "sha512-cYOMRXFb6Sjtg9BI3bE/Ave+xU234jQmHYj7hBxr3MiqRSVJL4niy10KiA/Jiz6y76V5QfZfS+0aE65VuoqAvg==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b8a32af..24c514e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.2.3", - "@angular/common": "^19.2.3", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.3", "@angular/core": "^19.2.3", "@angular/forms": "^19.2.3",