From beb9ba680c290ea7f0fe5845f5717e9d2996bc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:18:05 +0000 Subject: [PATCH] build(deps): bump @angular/core Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.15 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 ++++---- .../typescript-angular-v19-provided-in-root/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/client/petstore/typescript-angular-v19-provided-in-root/package-lock.json b/samples/client/petstore/typescript-angular-v19-provided-in-root/package-lock.json index 44d37b947d56..5bde2f334056 100644 --- a/samples/client/petstore/typescript-angular-v19-provided-in-root/package-lock.json +++ b/samples/client/petstore/typescript-angular-v19-provided-in-root/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", - "@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", @@ -1702,9 +1702,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.15.tgz", - "integrity": "sha512-PxhzCwwm23N4Mq6oV7UPoYiJF4r6FzGhRSxOBBlEp322k7zEQbIxd/XO6F3eoG73qC1UsOXMYYv6GnQpx42y3A==", + "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-provided-in-root/package.json b/samples/client/petstore/typescript-angular-v19-provided-in-root/package.json index b99d58b21259..a7d18f7e5702 100644 --- a/samples/client/petstore/typescript-angular-v19-provided-in-root/package.json +++ b/samples/client/petstore/typescript-angular-v19-provided-in-root/package.json @@ -14,7 +14,7 @@ "@angular/animations": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", - "@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",