From 8410faceb234484b5fc3b3bc08005ebacd161fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:13:51 +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 78f465f..da8fff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.17", "@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", @@ -1320,10 +1320,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" }, @@ -1331,7 +1330,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" }, @@ -21069,9 +21068,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 6baa450..7852bf7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^21.2.17", "@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",