From 10f68658379f759bac16794b691fc031b6dc6517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:02:17 +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.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] --- .../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 368b0add71ea..02d6c8267485 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.19", "@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.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/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..f94a491edf2c 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.19", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0",