From 44b71ee2dcc3286fe1a2b63c83bf7a1936d1c474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:12:11 +0000 Subject: [PATCH] Bump @angular/common from 20.3.14 to 21.0.5 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.14 to 21.0.5. - [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.0.5/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.5 dependency-type: direct:production update-type: version-update:semver-major ... 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 3c7bcff..d1ce461 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@angular/animations": "^20.3.7", - "@angular/common": "^20.3.14", + "@angular/common": "^21.0.5", "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.7", "@angular/forms": "^20.3.7", diff --git a/yarn.lock b/yarn.lock index 3504ca5..0fd4ccf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -323,10 +323,10 @@ yargs "18.0.0" zod "4.1.13" -"@angular/common@^20.3.14": - version "20.3.14" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.14.tgz#62d7e693ae70d3ac41aa424c602c490c0e8d46c5" - integrity sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A== +"@angular/common@^21.0.5": + version "21.0.5" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-21.0.5.tgz#0042964a49c3c762016b29d5b0f6184a3ac68a6e" + integrity sha512-/ZI11F6Wxr8TZRVO4O7pmhBJ9YxDg9mvA76e0PiivmqZggM02HY0y3XPMP3hAOe4K+PfaVBgMAu3P9t32klzfA== dependencies: tslib "^2.3.0"