From 221b5885e6ab19b32e3593df675cddce33e92b16 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:51:23 +0000 Subject: [PATCH] Update dependency @angular/compiler to v20 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07fc257..b2c21f7 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", @@ -2588,15 +2588,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.26", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.26.tgz", + "integrity": "sha512-H4DVTBCiyM4dGytFi2C8sMGflxXzPnoQ6Ajfs4hJ/Dekg6ypfvW5Ze7BDh4TaMQvaX2joM5LhBYW5jTxBx66hA==", "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 34ff719..8ef1c04 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",