From e73b1142f4d173f34f671331cc518549701a23da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:22:23 +0000 Subject: [PATCH] Bump @angular/core from 21.2.13 to 21.2.14 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.13 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:production 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 7d20042..ba9b9b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.13", "@angular/common": "^21.2.13", "@angular/compiler": "^21.2.13", - "@angular/core": "^21.2.13", + "@angular/core": "^21.2.14", "@angular/forms": "^21.2.13", "@angular/platform-browser": "^21.2.13", "@angular/platform-browser-dynamic": "^21.2.13", @@ -580,9 +580,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.13", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.13.tgz", - "integrity": "sha512-23tS4oNL8nvkHcI4l9rbruQs2WS4yqQmBVQxWakqS9cmRpArLGgveR+hKNU5tPXm5EAi8oLO34/Zy7z70jUpCg==", + "version": "21.2.14", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.14.tgz", + "integrity": "sha512-Z1Ivjh7L2lT//8LA7vQ3tj7Rg6wl2XRA5kPSAukgn8u0Yu0XxG8NE8KG0Eypb3v9CEcbwATwpgnxzbJFZ8TFcw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -591,7 +591,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.13", + "@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 7554145..5094820 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^21.2.13", "@angular/common": "^21.2.13", "@angular/compiler": "^21.2.13", - "@angular/core": "^21.2.13", + "@angular/core": "^21.2.14", "@angular/forms": "^21.2.13", "@angular/platform-browser": "^21.2.13", "@angular/platform-browser-dynamic": "^21.2.13",