From 04d097ca0a1782902eba4d0728430394b14414b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:33:50 +0000 Subject: [PATCH] chore(deps): bump @angular/common in /components/tasklist-angular Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.2.3 to 20.3.25. - [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.25/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/tasklist-angular/package-lock.json | 10 +++++----- components/tasklist-angular/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/tasklist-angular/package-lock.json b/components/tasklist-angular/package-lock.json index a0ae46d5..0a2fe491 100644 --- a/components/tasklist-angular/package-lock.json +++ b/components/tasklist-angular/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "20.2.3", - "@angular/common": "20.2.3", + "@angular/common": "20.3.25", "@angular/compiler": "20.2.3", "@angular/core": "20.2.3", "@angular/forms": "20.2.3", @@ -1006,9 +1006,9 @@ } }, "node_modules/@angular/common": { - "version": "20.2.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.2.3.tgz", - "integrity": "sha512-QLffWL8asy2oG7p3jvoNmx9s1V1WuJAm6JmQ1S8J3AN/BxumCJan49Nj8rctP8J4uwJDPQV48hqbXUdl1v7CDg==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1017,7 +1017,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.2.3", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/components/tasklist-angular/package.json b/components/tasklist-angular/package.json index ac338198..e25ffae5 100644 --- a/components/tasklist-angular/package.json +++ b/components/tasklist-angular/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "20.2.3", - "@angular/common": "20.2.3", + "@angular/common": "20.3.25", "@angular/compiler": "20.2.3", "@angular/core": "20.2.3", "@angular/forms": "20.2.3",