diff --git a/package-lock.json b/package-lock.json index 3c92f835..0ac52f78 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": "^19.2.20", "@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": "19.2.20", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", + "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", "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": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index 759db3ad..7b5f9b6c 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": "^19.2.20", "@angular/compiler-cli": "^18.0.1", "@types/jasmine": "^5.1.4", "@types/karma": "^6.3.8",