From f8e8051a1b9bb331ba6de50adbf08a3fd76de986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:34:21 +0000 Subject: [PATCH] chore(deps): Bump @angular/core from 21.2.17 to 21.2.19 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.17 to 21.2.19. - [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.19/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.19 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 a825064..422f621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/cdk": "21.2.14", "@angular/common": "21.2.17", "@angular/compiler": "21.2.17", - "@angular/core": "21.2.17", + "@angular/core": "21.2.19", "@angular/forms": "21.2.17", "@angular/platform-browser": "21.2.17", "@angular/platform-browser-dynamic": "21.2.17", @@ -2107,9 +2107,9 @@ "license": "Apache-2.0" }, "node_modules/@angular/core": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", - "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.19.tgz", + "integrity": "sha512-PVoXD1kBexOJLkFzKx2zBY/0oZJXGru0eGn2hu0q5n3vkZlYsR1yRolfGenK1gZE48Qibiw/ttg/X/pAIPEZGg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -2118,7 +2118,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.17", + "@angular/compiler": "21.2.19", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index d8179fe..c0e431f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/cdk": "21.2.14", "@angular/common": "21.2.17", "@angular/compiler": "21.2.17", - "@angular/core": "21.2.17", + "@angular/core": "21.2.19", "@angular/forms": "21.2.17", "@angular/platform-browser": "21.2.17", "@angular/platform-browser-dynamic": "21.2.17",