From 12f22227633ecd1c3de39f42eb3311b6c59bcbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:25:03 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/common from 21.2.14 to 21.2.15 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.2.14 to 21.2.15. - [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.15/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.15 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 f9e303637..675e3ceb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular-devkit/build-angular": "21.2.13", "@angular/animations": "21.2.15", "@angular/cli": "21.2.13", - "@angular/common": "21.2.14", + "@angular/common": "21.2.15", "@angular/compiler": "21.2.15", "@angular/compiler-cli": "21.2.15", "@angular/core": "21.2.15", @@ -1037,9 +1037,9 @@ } }, "node_modules/@angular/common": { - "version": "21.2.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.14.tgz", - "integrity": "sha512-J6K7cE7uKOKmg4+sxLeGfsmaYDjP5l1XCiMMI0WPT0t68uxLk8g3MzV5Trqfb6ZnRxWcfp9c4c+XxAvMBB7ymA==", + "version": "21.2.15", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.15.tgz", + "integrity": "sha512-PHbICQe4YCXnax2FcmKUpiffs8XPW9A0KlZF35qgJoQyBMBZx5F8c8geCh25jxtq77n3eBTmOa/WIAdSqiitkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1049,7 +1049,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.14", + "@angular/core": "21.2.15", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 20832c513..66cf4a9fe 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@angular-devkit/build-angular": "21.2.13", "@angular/animations": "21.2.15", "@angular/cli": "21.2.13", - "@angular/common": "21.2.14", + "@angular/common": "21.2.15", "@angular/compiler": "21.2.15", "@angular/compiler-cli": "21.2.15", "@angular/core": "21.2.15",