diff --git a/samples/client/others/typescript-angular/package-lock.json b/samples/client/others/typescript-angular/package-lock.json index 187139362e95..6780cd553ffc 100644 --- a/samples/client/others/typescript-angular/package-lock.json +++ b/samples/client/others/typescript-angular/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.0.0", "@angular/platform-browser": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0", @@ -310,22 +310,15 @@ } }, "node_modules/@angular/compiler": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.0.tgz", - "integrity": "sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "17.1.0" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -2782,6 +2775,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.1.0.tgz", "integrity": "sha512-FAp5Vh4Y4DFDnrxEitggEkeDwHCml7m6hZUgohvA6n6mwrMT0ZZXnk3MIrKRnT6A9cr1wcnxMW+jIXx/cJZGlw==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/samples/client/others/typescript-angular/package.json b/samples/client/others/typescript-angular/package.json index 9be30da01f8e..78a068f757fa 100644 --- a/samples/client/others/typescript-angular/package.json +++ b/samples/client/others/typescript-angular/package.json @@ -8,7 +8,7 @@ "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.0.0", "@angular/platform-browser": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0",