From 92126f8daf9f8f3499eb79859858b9d29c6388b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:56:08 +0000 Subject: [PATCH] build(deps): bump @angular/common from 21.0.8 to 21.1.1 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.0.8 to 21.1.1. - [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.1.1/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e70d1461..30f2d317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ ], "dependencies": { "@angular/animations": "^21.0.0", - "@angular/common": "^21.0.0", + "@angular/common": "^21.1.4", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", "@angular/platform-browser": "^21.0.0", @@ -978,9 +978,9 @@ } }, "node_modules/@angular/common": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.8.tgz", - "integrity": "sha512-on1B4oc/pf7IlkbG08Et/cCDSX8dpZz9iwp3zMFN/0JvorspyL5YOovFJfjdpmjdlrIi+ToGImwyIkY9P8Mblw==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.4.tgz", + "integrity": "sha512-1uOxPrHO9PFZBU/JavzYzjxAm+5x7vD2z6AeUndqdT4LjqOBIePswxFDRqM9dlfF8FIwnnfmNFipiC/yQjJSnA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -989,7 +989,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.8", + "@angular/core": "21.1.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 085a6671..bfc8594f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@angular/animations": "^21.0.0", - "@angular/common": "^21.0.0", + "@angular/common": "^21.1.4", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", "@angular/platform-browser": "^21.0.0",