From a29ce2a2d1d0dfbfaf1b34c0332e2638003df85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:00:09 +0000 Subject: [PATCH] build(deps): bump @angular/core from 19.2.18 to 19.2.19 in /client Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.18 to 19.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/v19.2.19/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 19.2.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 0004fcb..2cd4d90 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", - "@angular/core": "^19.2.0", + "@angular/core": "^19.2.19", "@angular/forms": "^19.2.0", "@angular/platform-browser": "^19.2.0", "@angular/platform-browser-dynamic": "^19.2.0", @@ -534,9 +534,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", - "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.19.tgz", + "integrity": "sha512-VZAzpxBoQgyy7AOlhxbAHxPQWo0nk8xsnrD36PLCZeTZA/5GNzO3lLVaX2N5BCUgpgiCBjNBKq9kVo6ZkAls9g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/client/package.json b/client/package.json index d65336f..c555af7 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", - "@angular/core": "^19.2.0", + "@angular/core": "^19.2.19", "@angular/forms": "^19.2.0", "@angular/platform-browser": "^19.2.0", "@angular/platform-browser-dynamic": "^19.2.0",