From 8dfc25644cff79e8cb45bdd5adeed5041a6e7136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:53:32 +0000 Subject: [PATCH] build(deps): bump @angular/core from 21.0.0 to 21.0.7 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.0 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6486ae9..595149c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.0.7", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/router": "^21.0.0", @@ -522,9 +522,9 @@ } }, "node_modules/@angular/core": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.0.tgz", - "integrity": "sha512-bqi8fT4csyITeX8vdN5FJDBWx5wuWzdCg4mKSjHd+onVzZLyZ8bcnuAKz4mklgvjvwuXoRYukmclUurLwfq3Rg==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.7.tgz", + "integrity": "sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==", "license": "MIT", "peer": true, "dependencies": { @@ -534,9 +534,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.0.0", + "@angular/compiler": "21.0.7", "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.15.0" + "zone.js": "~0.15.0 || ~0.16.0" }, "peerDependenciesMeta": { "@angular/compiler": { diff --git a/package.json b/package.json index d269d7f..6aa3e9b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.0.7", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/router": "^21.0.0",