From c008348df67664fe477fbe157738d3ad3fb072fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:25:53 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 21.2.6 to 21.2.20 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.6 to 21.2.20. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v21.2.20/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.20/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.20 dependency-type: direct:production ... 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 f92bf38e..5fbc40ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/cdk": "^21.2.2", "@angular/common": "^21.2.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.20", "@angular/forms": "^21.2.4", "@angular/google-maps": "^21.2.2", "@angular/material": "^21.2.2", @@ -1009,9 +1009,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.6.tgz", - "integrity": "sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==", + "version": "21.2.20", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.20.tgz", + "integrity": "sha512-4yp6EKd1VJHUOiKmd3+s9UUXtBGsdO/IKewABuPXZ+UdrXPQSRMhgnMt49yqgz29XS7jSHyq6nZgt0CXOVEDZg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1020,7 +1020,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.6", + "@angular/compiler": "21.2.20", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 0807c964..404760e9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@angular/cdk": "^21.2.2", "@angular/common": "^21.2.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.20", "@angular/forms": "^21.2.4", "@angular/google-maps": "^21.2.2", "@angular/material": "^21.2.2",