From 9a92635e0134e2ed1dca0bfa056c7e4c38cc1d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:50:31 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/core from 21.2.15 to 21.2.17 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 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/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.17 dependency-type: direct:development ... 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 5677f2768..dcaa63aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.2.15", "@angular/compiler": "21.2.15", "@angular/compiler-cli": "21.2.15", - "@angular/core": "21.2.15", + "@angular/core": "21.2.17", "@angular/forms": "21.2.15", "@angular/platform-browser": "22.0.0", "@angular/platform-browser-dynamic": "21.2.15", @@ -1148,9 +1148,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.15.tgz", - "integrity": "sha512-J5JsUnNtQURdeA7EA3DoCsMBizW3l01gfqM326Al72Ou3woFWmRb5P3LOXpIOzAeMQhO6Z5tW+B1t+4qmoq7uw==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", + "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", "dev": true, "license": "MIT", "dependencies": { @@ -1160,7 +1160,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.15", + "@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 6d5417363..de2117ab6 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.2.15", "@angular/compiler": "21.2.15", "@angular/compiler-cli": "21.2.15", - "@angular/core": "21.2.15", + "@angular/core": "21.2.17", "@angular/forms": "21.2.15", "@angular/platform-browser": "22.0.0", "@angular/platform-browser-dynamic": "21.2.15",