diff --git a/package-lock.json b/package-lock.json index 874adefb..cdfd7cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/animations": "^19.2.19", "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.19", - "@angular/compiler": "^19.2.19", + "@angular/compiler": "^20.3.25", "@angular/core": "^19.2.19", "@angular/forms": "^19.2.19", "@angular/material": "^19.2.19", @@ -946,15 +946,15 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.22", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.22.tgz", - "integrity": "sha512-NO3q39TMq88MRyBM9E/cSn4KFEItPrp79izX3nRkWlGQ0D9nJPdzm2cHtZoB9dCZ3N6EOazTgBK+2jKylQrUFQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "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 41c401f7..326e2754 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@angular/animations": "^19.2.19", "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.19", - "@angular/compiler": "^19.2.19", + "@angular/compiler": "^20.3.25", "@angular/core": "^19.2.19", "@angular/forms": "^19.2.19", "@angular/material": "^19.2.19",