From fcbbdfa80b59b985b4840b341a9e930717f23c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:49:28 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 21.2.19 to 21.2.20 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.2.19 to 21.2.20. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v21.2.20/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.20/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index deda2e054..3a39330c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.9", "@angular/cdk": "^21.2.7", "@angular/cli": "^21.0.4", - "@angular/common": "^21.2.9", + "@angular/common": "^21.2.20", "@angular/compiler": "^21.2.9", "@angular/compiler-cli": "^21.2.9", "@angular/core": "^21.2.9", @@ -1124,9 +1124,9 @@ } }, "node_modules/@angular/common": { - "version": "21.2.19", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.19.tgz", - "integrity": "sha512-Rvo/VXI0kUmfQT7+OeAjv526OJlf/WrLnJq1Tz84Jkyv9bs9SOMTCT6m4+boo8gxVNdrcxvGU3Q0o2jZzKceSg==", + "version": "21.2.20", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.20.tgz", + "integrity": "sha512-TzUVfa4Asq/np3eStFX3Q6W+dPG7JDNtkj4XwTvRnSL0CN8pPe+wPHSo76awHFzYWcucxpZTmk2GUemeqxa4Yw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1135,7 +1135,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.19", + "@angular/core": "21.2.20", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3b3efa2e6..1fad1df6c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/animations": "^21.2.9", "@angular/cdk": "^21.2.7", "@angular/cli": "^21.0.4", - "@angular/common": "^21.2.9", + "@angular/common": "^21.2.20", "@angular/compiler": "^21.2.9", "@angular/compiler-cli": "^21.2.9", "@angular/core": "^21.2.9",