From cc329e1ace82b90c5064f88617f9a21eb573bccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:30:05 +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.2.15 to 21.2.17 - [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.17/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.17 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 86f1ce1fb..6d9d86d4b 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.2.15", + "@angular/common": "21.2.17", "@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.2.15", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.15.tgz", - "integrity": "sha512-PHbICQe4YCXnax2FcmKUpiffs8XPW9A0KlZF35qgJoQyBMBZx5F8c8geCh25jxtq77n3eBTmOa/WIAdSqiitkQ==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz", + "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1505,7 +1505,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.15", + "@angular/core": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 58794beb6..0ec23fb0d 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.2.15", + "@angular/common": "21.2.17", "@angular/compiler": "21.2.4", "@angular/compiler-cli": "21.1.1", "@angular/core": "21.2.17",