From 598d979a6f9354a9e7cd3f66ca2f1c40bc86ef5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:33:49 +0000 Subject: [PATCH] build(deps): bump @angular/common from 21.1.2 to 21.2.17 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.1.2 to 21.2.17. - [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/v21.2.17/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97816cd..a7a3930 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@angular/animations": "^21.1.2", "@angular/cdk": "^21.1.2", - "@angular/common": "^21.1.2", + "@angular/common": "^21.2.17", "@angular/compiler": "^21.1.2", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.2", diff --git a/yarn.lock b/yarn.lock index 58cbc69..6fb22a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -323,10 +323,10 @@ yargs "18.0.0" zod "4.3.5" -"@angular/common@^21.1.2": - version "21.1.2" - resolved "https://registry.npmmirror.com/@angular/common/-/common-21.1.2.tgz#5d632b38e8dd46dbf83fcfde87fafbd943fba81e" - integrity sha512-NK26OG1+/3EXLDWstSPmdGbkpt8bP9AsT9J7EBornMswUjmQDbjyb85N/esKjRjDMkw4p/aKpBo24eCV5uUmBA== +"@angular/common@^21.2.17": + version "21.2.17" + resolved "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz#020431786e19838674cecc84e8db39585f66e5ec" + integrity sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ== dependencies: tslib "^2.3.0"