From 3b24c9e7cefc401aa3ed7e354ee28621a761e2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:32:55 +0000 Subject: [PATCH] Bump @angular/core from 21.0.6 to 21.0.7 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.6 to 21.0.7. - [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.0.7/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.0.7 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 f590bb668..aa9de87bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.0.7", "@angular/compiler": "21.0.6", "@angular/compiler-cli": "21.0.6", - "@angular/core": "21.0.6", + "@angular/core": "21.0.7", "@angular/forms": "21.0.7", "@angular/platform-browser": "21.0.6", "@angular/platform-browser-dynamic": "21.0.7", @@ -1494,9 +1494,9 @@ } }, "node_modules/@angular/core": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.6.tgz", - "integrity": "sha512-SvWbOkkrsqprYJSBmzQEWkWjfZB/jkRYyFp2ClMJBPqOLxP1a+i3Om2rolcNQjZPz87bs9FszwgRlXUy7sw5cQ==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.7.tgz", + "integrity": "sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==", "dev": true, "license": "MIT", "dependencies": { @@ -1506,7 +1506,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.0.6", + "@angular/compiler": "21.0.7", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 9094f57aa..c3f72f7a8 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.0.7", "@angular/compiler": "21.0.6", "@angular/compiler-cli": "21.0.6", - "@angular/core": "21.0.6", + "@angular/core": "21.0.7", "@angular/forms": "21.0.7", "@angular/platform-browser": "21.0.6", "@angular/platform-browser-dynamic": "21.0.7",