From c79ead0bbe459534f8120702a76d716917d1b97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:40:14 +0000 Subject: [PATCH] Bump @angular/compiler from 18.2.8 to 20.3.27 in /lor/web-lor Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 18.2.8 to 20.3.27. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.27/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lor/web-lor/package-lock.json | 18 +++++------------- lor/web-lor/package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/lor/web-lor/package-lock.json b/lor/web-lor/package-lock.json index e7dc70b..15c8846 100644 --- a/lor/web-lor/package-lock.json +++ b/lor/web-lor/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^18.2.0", "@angular/cdk": "^18.2.8", "@angular/common": "^21.2.6", - "@angular/compiler": "^18.2.0", + "@angular/compiler": "^20.3.27", "@angular/core": "^18.2.0", "@angular/forms": "^21.2.6", "@angular/material": "^18.2.8", @@ -1008,23 +1008,15 @@ } }, "node_modules/@angular/compiler": { - "version": "18.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.8.tgz", - "integrity": "sha512-JRedHNfK1CCPVyeGQB5w3WBYqMA6X8Q240CkvjlGfn0pVXihf9DWk3nkSQJVgYxpvpHfxdgjaYZ5IpMzlkmkhw==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.27.tgz", + "integrity": "sha512-in3THZ678GAYuOR9RZV18+zZz0KGhlGikyUEfLeALLjGf9ZaR3n+t19BmYx6G2VkF/Xqadne1omQ2vbl6PRASA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "18.2.8" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/lor/web-lor/package.json b/lor/web-lor/package.json index f560ca5..848d965 100644 --- a/lor/web-lor/package.json +++ b/lor/web-lor/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^18.2.0", "@angular/cdk": "^18.2.8", "@angular/common": "^21.2.6", - "@angular/compiler": "^18.2.0", + "@angular/compiler": "^20.3.27", "@angular/core": "^18.2.0", "@angular/forms": "^21.2.6", "@angular/material": "^18.2.8",