From 253f00a340da9569d349816acd2affc7fc8de300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:28:21 +0000 Subject: [PATCH] Bump @angular/core from 21.2.8 to 21.2.17 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.8 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/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.17 dependency-type: direct:production ... 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 1da58e4..6ae9239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^21.2.6", "@angular/common": "^21.2.8", "@angular/compiler": "^21.2.8", - "@angular/core": "^21.2.8", + "@angular/core": "^21.2.17", "@angular/forms": "^21.2.8", "@angular/material": "^21.2.6", "@angular/platform-browser": "^21.2.8", @@ -714,9 +714,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.8", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.8.tgz", - "integrity": "sha512-hI7n4t8qgFJaVV55LIaNuzcdP+/IeuqQRu3huSLo47Gf6uZAD0Acj4Ye9SC8YNmhUu5/RiImngm9NOlcI2oCJA==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", + "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -725,7 +725,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.8", + "@angular/compiler": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 9bb2cae..8aa4eb0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/cdk": "^21.2.6", "@angular/common": "^21.2.8", "@angular/compiler": "^21.2.8", - "@angular/core": "^21.2.8", + "@angular/core": "^21.2.17", "@angular/forms": "^21.2.8", "@angular/material": "^21.2.6", "@angular/platform-browser": "^21.2.8",