From 0f628f2304d7e284c294b3f0f481739c8ad5a8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:19:55 +0000 Subject: [PATCH] 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 | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index aec9081..274fdef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.4", "@angular/common": "^21.2.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.19", "@angular/platform-browser": "^21.2.4", "@angular/platform-browser-dynamic": "^21.2.4", "core-js": "^3.39.0", @@ -1978,10 +1978,9 @@ } }, "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==", - "license": "MIT", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.19.tgz", + "integrity": "sha512-PVoXD1kBexOJLkFzKx2zBY/0oZJXGru0eGn2hu0q5n3vkZlYsR1yRolfGenK1gZE48Qibiw/ttg/X/pAIPEZGg==", "dependencies": { "tslib": "^2.3.0" }, @@ -1989,7 +1988,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" }, @@ -19081,9 +19080,9 @@ } }, "@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==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 8ecbb96..9dc551d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^21.2.4", "@angular/common": "^21.2.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.19", "@angular/platform-browser": "^21.2.4", "@angular/platform-browser-dynamic": "^21.2.4", "core-js": "^3.39.0",