From c51818436ef808799392c4ae52924aba4d82d664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:20:56 +0000 Subject: [PATCH] Bump @angular/core from 19.2.5 to 19.2.18 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.5 to 19.2.18. - [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/v19.2.18/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 19.2.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab907e0..d65b5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.2.5", "@angular/common": "^19.2.5", "@angular/compiler": "^19.2.5", - "@angular/core": "^19.2.5", + "@angular/core": "^19.2.18", "@angular/forms": "^19.2.5", "@angular/platform-browser": "^19.2.5", "@angular/platform-browser-dynamic": "^19.2.5", @@ -667,9 +667,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.5.tgz", - "integrity": "sha512-NNEz1sEZz1mBpgf6Tz3aJ9b8KjqpTiMYhHfCYA9h9Ipe4D8gUmOsvPHPK2M755OX7p7PmUmzp1XCUHYrZMVHRw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", + "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 51663bd..eea3316 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/animations": "^19.2.5", "@angular/common": "^19.2.5", "@angular/compiler": "^19.2.5", - "@angular/core": "^19.2.5", + "@angular/core": "^19.2.18", "@angular/forms": "^19.2.5", "@angular/platform-browser": "^19.2.5", "@angular/platform-browser-dynamic": "^19.2.5",