From 82489d7975ab71d0f347ae6ee199067f04d97b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:46:10 +0000 Subject: [PATCH] Bump @angular/core from 19.2.17 to 19.2.18 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.17 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 b5b1b0d..9a9fd96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.1.5", "@angular/common": "^19.1.5", "@angular/compiler": "^19.1.5", - "@angular/core": "^19.1.5", + "@angular/core": "^19.2.18", "@angular/forms": "^19.1.5", "@angular/platform-browser": "^19.1.5", "@angular/platform-browser-dynamic": "^19.1.5", @@ -550,9 +550,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.17.tgz", - "integrity": "sha512-nVu0ryxfiXUZ9M+NV21TY+rJZkPXTYo9U0aJb19hvByPpG+EvuujXUOgpulz6vxIzGy7pz/znRa+K9kxuuC+yQ==", + "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 bb260e4..988fe82 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^19.1.5", "@angular/common": "^19.1.5", "@angular/compiler": "^19.1.5", - "@angular/core": "^19.1.5", + "@angular/core": "^19.2.18", "@angular/forms": "^19.1.5", "@angular/platform-browser": "^19.1.5", "@angular/platform-browser-dynamic": "^19.1.5",