From 1ddb154ed8993c63634163cc6fb9992d7fabeebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:46:31 +0000 Subject: [PATCH] Bump @angular/core from 21.2.5 to 21.2.6 in /webapp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.5 to 21.2.6. - [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.6/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 10 +++++----- webapp/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index de2ef76..bba9924 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^21.2.3", "@angular/common": "^21.2.5", "@angular/compiler": "^21.2.5", - "@angular/core": "^21.2.5", + "@angular/core": "^21.2.6", "@angular/forms": "^21.2.5", "@angular/material": "^21.2.3", "@angular/platform-browser": "^21.2.5", @@ -551,9 +551,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.5.tgz", - "integrity": "sha512-JgHU134Adb1wrpyGC9ozcv3hiRAgaFTvJFn1u9OU/AVXyxu4meMmVh2hp5QhAvPnv8XQdKWWIkAY+dbpPE6zKA==", + "version": "21.2.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.6.tgz", + "integrity": "sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -562,7 +562,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.5", + "@angular/compiler": "21.2.6", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/webapp/package.json b/webapp/package.json index 55f6222..a53e210 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -13,7 +13,7 @@ "@angular/cdk": "^21.2.3", "@angular/common": "^21.2.5", "@angular/compiler": "^21.2.5", - "@angular/core": "^21.2.5", + "@angular/core": "^21.2.6", "@angular/forms": "^21.2.5", "@angular/material": "^21.2.3", "@angular/platform-browser": "^21.2.5",