From 1a396f13330039dcb28f7a1327571c98bc9f15b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 09:44:39 +0000 Subject: [PATCH] build(deps): bump @angular/core Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.0.1 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] --- .../petstore/typescript-angular-v19/package-lock.json | 8 ++++---- .../client/petstore/typescript-angular-v19/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/client/petstore/typescript-angular-v19/package-lock.json b/samples/client/petstore/typescript-angular-v19/package-lock.json index b64a76ac6d0e..8d61bce5223a 100644 --- a/samples/client/petstore/typescript-angular-v19/package-lock.json +++ b/samples/client/petstore/typescript-angular-v19/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.0.0", + "@angular/core": "^19.2.18", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", @@ -1221,9 +1221,9 @@ } }, "node_modules/@angular/core": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.0.1.tgz", - "integrity": "sha512-+VpWcg2aC/dY9TM6fsj00enZ6RP5wpRqk/SeRe3UP3Je/n+vWIgHJTb1ZLNeOIvDaE86BhKPMwFS0QVjoEGQFA==", + "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/samples/client/petstore/typescript-angular-v19/package.json b/samples/client/petstore/typescript-angular-v19/package.json index 88ce5328088a..ab5c986aacce 100644 --- a/samples/client/petstore/typescript-angular-v19/package.json +++ b/samples/client/petstore/typescript-angular-v19/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.0.0", + "@angular/core": "^19.2.18", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0",