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",