From 525829c297635fe38ce0c83610ccd6b2e326cb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:48:40 +0000 Subject: [PATCH] Bump @angular/common from 21.2.13 to 21.2.17 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.2.13 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++----------------- package.json | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79277548..9980579f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular-extensions/elements": "^20.0.2", "@angular/animations": "^21.2.13", "@angular/cdk": "^21.2.11", - "@angular/common": "^21.2.13", + "@angular/common": "^21.2.17", "@angular/compiler": "^21.2.13", "@angular/core": "^21.2.13", "@angular/forms": "^21.2.13", @@ -697,9 +697,9 @@ } }, "node_modules/@angular/common": { - "version": "21.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.13.tgz", - "integrity": "sha512-fNvRmGAX0zbsLX/kJjgb6l8HAuGTpfYRNc06taTCIvED2RsRpfwrh79IxYlPBspr+hpFbHa0/kxU6Q5I8V0jKQ==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz", + "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -708,7 +708,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.13", + "@angular/core": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -3954,9 +3954,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3974,9 +3971,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3994,9 +3988,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4014,9 +4005,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 665a239d..6ece57a6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@angular-extensions/elements": "^20.0.2", "@angular/animations": "^21.2.13", "@angular/cdk": "^21.2.11", - "@angular/common": "^21.2.13", + "@angular/common": "^21.2.17", "@angular/compiler": "^21.2.13", "@angular/core": "^21.2.13", "@angular/forms": "^21.2.13",