diff --git a/package-lock.json b/package-lock.json index b39befe..291b8e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "@angular/animations": "^19.0.0", "@angular/cdk": "^19.2.19", "@angular/common": "^19.0.0", + "@angular/compiler": "^20.3.25", "@angular/core": "^19.2.20", - "@angular/compiler": "^19.2.20", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", @@ -1834,15 +1834,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.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 ae6866f..fb7677e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@angular/cdk": "^19.2.19", "@angular/common": "^19.0.0", "@angular/core": "^19.2.20", - "@angular/compiler": "^19.2.20", + "@angular/compiler": "^20.3.25", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0",