From 1900946802e1dc2fa1133279987c7261b4927fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:50:45 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /components/tasklist-angular Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.2.3 to 20.3.18. - [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.18/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/tasklist-angular/package-lock.json | 8 ++++---- components/tasklist-angular/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/tasklist-angular/package-lock.json b/components/tasklist-angular/package-lock.json index a0ae46d5..9d8ca35f 100644 --- a/components/tasklist-angular/package-lock.json +++ b/components/tasklist-angular/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "20.2.3", "@angular/common": "20.2.3", - "@angular/compiler": "20.2.3", + "@angular/compiler": "20.3.18", "@angular/core": "20.2.3", "@angular/forms": "20.2.3", "@angular/platform-browser": "20.2.3", @@ -1022,9 +1022,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.2.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.2.3.tgz", - "integrity": "sha512-vYGDluko8zAIWhQmKijhcGO0tzanwGONDRgbJ01mCqUsQV+XwmDgUUDZKrUY9uve0wxxM3Xvo4/BjEpGpeG75w==", + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.18.tgz", + "integrity": "sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/components/tasklist-angular/package.json b/components/tasklist-angular/package.json index ac338198..cc33afb4 100644 --- a/components/tasklist-angular/package.json +++ b/components/tasklist-angular/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "20.2.3", "@angular/common": "20.2.3", - "@angular/compiler": "20.2.3", + "@angular/compiler": "20.3.18", "@angular/core": "20.2.3", "@angular/forms": "20.2.3", "@angular/platform-browser": "20.2.3",