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..b38ee1d217e6 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 @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^13.3.4", "@angular/common": "^13.3.4", - "@angular/compiler": "^13.3.4", + "@angular/compiler": "^19.2.17", "@angular/core": "^13.3.4", "@angular/forms": "^13.3.4", "@angular/platform-browser": "^13.3.4", @@ -373,14 +373,15 @@ } }, "node_modules/@angular/compiler": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.4.tgz", - "integrity": "sha512-Yf1Dv2BVytjmv5Nnv05hUciUOH/UpKgXG1Ql5XwQG/qGV4eEs33PJBtGsUJTPuddxfRm72JMsbZcoRjVADqbcw==", + "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": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -2371,6 +2372,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-13.3.3.tgz", "integrity": "sha512-O6EzafKfFuvI3Ju941u7ANs0mT7YDdChbVRhVECCPWOTm3Klr73js3bnCDzaJlxZNjzlG/KeUu5ghrhbMrHjSw==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -12329,9 +12331,9 @@ } }, "@angular/compiler": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.4.tgz", - "integrity": "sha512-Yf1Dv2BVytjmv5Nnv05hUciUOH/UpKgXG1Ql5XwQG/qGV4eEs33PJBtGsUJTPuddxfRm72JMsbZcoRjVADqbcw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "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..41c9d6cdbff9 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 @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^13.3.4", "@angular/common": "^13.3.4", - "@angular/compiler": "^13.3.4", + "@angular/compiler": "^19.2.17", "@angular/core": "^13.3.4", "@angular/forms": "^13.3.4", "@angular/platform-browser": "^13.3.4",