diff --git a/package-lock.json b/package-lock.json index 3c92f835..5b4e99d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin-template": "~18.0.1", "@angular-eslint/schematics": "~18.0.1", "@angular-eslint/template-parser": "~18.0.1", - "@angular/compiler": "^18.0.1", + "@angular/compiler": "^20.3.25", "@angular/compiler-cli": "^18.0.1", "@types/jasmine": "^5.1.4", "@types/karma": "^6.3.8", @@ -1127,23 +1127,15 @@ } }, "node_modules/@angular/compiler": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.1.tgz", - "integrity": "sha512-zyG/ifCtN0drAuwz0oV6LtzTiDREsM1Ay7eJW9wTvp3NCv06goHLtHXX12eFfZQWJViBv924lyRDSWdZN7r3GQ==", + "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.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "18.0.1" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index 759db3ad..11d2c094 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@angular-eslint/eslint-plugin-template": "~18.0.1", "@angular-eslint/schematics": "~18.0.1", "@angular-eslint/template-parser": "~18.0.1", - "@angular/compiler": "^18.0.1", + "@angular/compiler": "^20.3.25", "@angular/compiler-cli": "^18.0.1", "@types/jasmine": "^5.1.4", "@types/karma": "^6.3.8",