From 5e6f8d8efd1154be40643371bd64fceb7b388b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:46:24 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/core from 21.1.3 to 21.1.4 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.3 to 21.1.4. - [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.1.4/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... 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 0b33f4335..0c3678591 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.1.4", "@angular/compiler": "21.1.4", "@angular/compiler-cli": "21.1.4", - "@angular/core": "21.1.3", + "@angular/core": "21.1.4", "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", "@angular/platform-browser-dynamic": "21.1.3", @@ -1193,9 +1193,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.3.tgz", - "integrity": "sha512-TbhQxRC7Lb/3WBdm1n8KRsktmVEuGBBp0WRF5mq0Ze4s1YewIM6cULrSw9ACtcL5jdcq7c74ms+uKQsaP/gdcQ==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.4.tgz", + "integrity": "sha512-QBDO5SaVYTVQ0fIN9Qd7US9cUCgs2vM9x6K18PTUKmygIkHVHTFdzwm4MO5gpCOFzJseGbS+dNzqn+v0PaKf9g==", "dev": true, "license": "MIT", "dependencies": { @@ -1205,7 +1205,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.3", + "@angular/compiler": "21.1.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 48a1d524b..5f6d6ce5f 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.1.4", "@angular/compiler": "21.1.4", "@angular/compiler-cli": "21.1.4", - "@angular/core": "21.1.3", + "@angular/core": "21.1.4", "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", "@angular/platform-browser-dynamic": "21.1.3",