From 77a0b8504bb79c388634b8b063a1dacb06828f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:26:43 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/common from 21.2.12 to 21.2.14 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.2.12 to 21.2.14. - [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.14/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.14 dependency-type: direct:development update-type: version-update:semver-patch ... 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 a4183e8a8..e690a6e79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular-devkit/build-angular": "21.2.12", "@angular/animations": "21.2.12", "@angular/cli": "21.2.10", - "@angular/common": "21.2.12", + "@angular/common": "21.2.14", "@angular/compiler": "21.2.14", "@angular/compiler-cli": "21.2.12", "@angular/core": "21.2.14", @@ -961,9 +961,9 @@ } }, "node_modules/@angular/common": { - "version": "21.2.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.12.tgz", - "integrity": "sha512-b7IRSM9fWPmZ1SLN0utVcW87IkhiRte3Wsnwr2nEsjum2soRMfvKqHwtEFGfCztlwOmZLgKiGW9pqKpzBkIjnQ==", + "version": "21.2.14", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.14.tgz", + "integrity": "sha512-J6K7cE7uKOKmg4+sxLeGfsmaYDjP5l1XCiMMI0WPT0t68uxLk8g3MzV5Trqfb6ZnRxWcfp9c4c+XxAvMBB7ymA==", "dev": true, "license": "MIT", "dependencies": { @@ -973,7 +973,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.12", + "@angular/core": "21.2.14", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 2877ece41..ef60f321c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@angular-devkit/build-angular": "21.2.12", "@angular/animations": "21.2.12", "@angular/cli": "21.2.10", - "@angular/common": "21.2.12", + "@angular/common": "21.2.14", "@angular/compiler": "21.2.14", "@angular/compiler-cli": "21.2.12", "@angular/core": "21.2.14",