From 008be9bbb817e9c6cb7d943c3e0f932115644f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:34:50 +0000 Subject: [PATCH] Bump @angular/core from 21.2.4 to 21.2.17 in /Ui Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.4 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] --- Ui/package-lock.json | 10 +++++----- Ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Ui/package-lock.json b/Ui/package-lock.json index a2b7ac5..384f2a5 100644 --- a/Ui/package-lock.json +++ b/Ui/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.17", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4", @@ -1165,9 +1165,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.4", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz", - "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==", + "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" @@ -1176,7 +1176,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.4", + "@angular/compiler": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/Ui/package.json b/Ui/package.json index 650da59..b725d8b 100644 --- a/Ui/package.json +++ b/Ui/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.17", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4",