diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/package-lock.json b/samples/client/petstore/typescript-angular-v13-provided-in-root/package-lock.json index 59eebec86f75..24cbb19f312f 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/package-lock.json +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^13.3.4", - "@angular/common": "^13.3.4", + "@angular/common": "^19.2.16", "@angular/compiler": "^13.3.4", "@angular/core": "^13.3.4", "@angular/forms": "^13.3.4", @@ -358,17 +358,18 @@ } }, "node_modules/@angular/common": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.4.tgz", - "integrity": "sha512-vPZuUGWMXz6r30obBqH+iIG4Feq4YEK/4wUks7PEYGke8MXFPYsNKuHMhKCgYEhabD/4Mo4GEp3i18/3Kk72Mw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "13.3.4", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -12321,9 +12322,9 @@ } }, "@angular/common": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.4.tgz", - "integrity": "sha512-vPZuUGWMXz6r30obBqH+iIG4Feq4YEK/4wUks7PEYGke8MXFPYsNKuHMhKCgYEhabD/4Mo4GEp3i18/3Kk72Mw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { "tslib": "^2.3.0" } diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/package.json b/samples/client/petstore/typescript-angular-v13-provided-in-root/package.json index d8238b7b59e4..552eb4e1ef03 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/package.json +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^13.3.4", - "@angular/common": "^13.3.4", + "@angular/common": "^19.2.16", "@angular/compiler": "^13.3.4", "@angular/core": "^13.3.4", "@angular/forms": "^13.3.4",