diff --git a/samples/client/others/typescript-angular/package-lock.json b/samples/client/others/typescript-angular/package-lock.json index 187139362e95..cf1f4ad7b267 100644 --- a/samples/client/others/typescript-angular/package-lock.json +++ b/samples/client/others/typescript-angular/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", "@angular/platform-browser": "^17.0.0", @@ -295,17 +295,18 @@ } }, "node_modules/@angular/common": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.0.tgz", - "integrity": "sha512-0Zg62iSynyRr2QslC8dVwSo46mkKrVENnwcBvsgTJ8rfGiuRdKMX8nWm5EUEm3ohKmYLfHvyEjsKDRn//UefVw==", + "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": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.1.0", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/samples/client/others/typescript-angular/package.json b/samples/client/others/typescript-angular/package.json index 9be30da01f8e..84bbdfecc29a 100644 --- a/samples/client/others/typescript-angular/package.json +++ b/samples/client/others/typescript-angular/package.json @@ -7,7 +7,7 @@ "private": true, "dependencies": { "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", "@angular/platform-browser": "^17.0.0",