From 1d888b2574fb1dfc4f7cbc441704497d21bca170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:24:39 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/core from 21.2.12 to 21.2.14 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.12 to 21.2.14. - [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.14/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.14 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 e94b6b0c9..596d92248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.2.12", "@angular/compiler": "21.2.12", "@angular/compiler-cli": "21.2.12", - "@angular/core": "21.2.12", + "@angular/core": "21.2.14", "@angular/forms": "21.2.12", "@angular/platform-browser": "21.2.12", "@angular/platform-browser-dynamic": "21.2.12", @@ -930,9 +930,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.12.tgz", - "integrity": "sha512-wcD6tzE30nwg58KmAU19347Jf/1F/vFg2CEd9Qcu5cA1Z4s3umzvaqs/7988ne4HaS4iJEpvTbRvGss7EYZEfA==", + "version": "21.2.14", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.14.tgz", + "integrity": "sha512-Z1Ivjh7L2lT//8LA7vQ3tj7Rg6wl2XRA5kPSAukgn8u0Yu0XxG8NE8KG0Eypb3v9CEcbwATwpgnxzbJFZ8TFcw==", "dev": true, "license": "MIT", "dependencies": { @@ -942,7 +942,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.12", + "@angular/compiler": "21.2.14", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 3ba0411bf..7ebc722fb 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.2.12", "@angular/compiler": "21.2.12", "@angular/compiler-cli": "21.2.12", - "@angular/core": "21.2.12", + "@angular/core": "21.2.14", "@angular/forms": "21.2.12", "@angular/platform-browser": "21.2.12", "@angular/platform-browser-dynamic": "21.2.12",