diff --git a/package-lock.json b/package-lock.json index e8043cd..e5b4161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^19.2.18", "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.18", - "@angular/compiler": "^19.2.18", + "@angular/compiler": "^20.0.0", "@angular/core": "^19.2.18", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^19.2.18", @@ -2146,15 +2146,15 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", - "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", + "version": "20.3.29", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.29.tgz", + "integrity": "sha512-AgR6Wq9ht5mpliSkJoUvWBILVLFdM7cEQ42pQIlPfGivmVp6Pe0eFqZezsmdDqlu4lsfWBei/FpzQbwak46DLw==", "license": "MIT", "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" } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index ac657e3..4586623 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/animations": "^19.2.18", "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.18", - "@angular/compiler": "^19.2.18", + "@angular/compiler": "^20.0.0", "@angular/core": "^19.2.18", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^19.2.18",