From 99228a52f8d3011542c34214189bbaa02a5a5242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:26:18 +0000 Subject: [PATCH] build(deps-dev): Bump @angular/common Bumps the npm_and_yarn group with 1 update in the / directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common). Updates `@angular/common` from 21.1.0 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 dependency-group: npm_and_yarn ... 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 6f5c07117..86f1ce1fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular-devkit/build-angular": "21.2.10", "@angular/animations": "15.2.6", "@angular/cli": "21.1.4", - "@angular/common": "21.1.0", + "@angular/common": "21.2.15", "@angular/compiler": "21.2.4", "@angular/compiler-cli": "21.1.1", "@angular/core": "21.2.17", @@ -1493,9 +1493,9 @@ } }, "node_modules/@angular/common": { - "version": "21.1.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.0.tgz", - "integrity": "sha512-hL3Chp51TU9iBcIfkNtoBS1wuseP1gsyDW2IFtK5HUpAVhbso9B3fdCaDTFkU98A2unluo2YgzI6D/6IS6N+1g==", + "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": { @@ -1505,7 +1505,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.0", + "@angular/core": "21.2.15", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 695ae9a44..58794beb6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@angular-devkit/build-angular": "21.2.10", "@angular/animations": "15.2.6", "@angular/cli": "21.1.4", - "@angular/common": "21.1.0", + "@angular/common": "21.2.15", "@angular/compiler": "21.2.4", "@angular/compiler-cli": "21.1.1", "@angular/core": "21.2.17",