diff --git a/CloudPatterns/ClientApp/package-lock.json b/CloudPatterns/ClientApp/package-lock.json index 0d595ab..bdb79ca 100644 --- a/CloudPatterns/ClientApp/package-lock.json +++ b/CloudPatterns/ClientApp/package-lock.json @@ -10,7 +10,7 @@ "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "19.2.16", - "@angular/compiler": "19.2.20", + "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/material": "^8.2.3", @@ -769,20 +769,6 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular/compiler": { - "version": "20.3.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.17.tgz", - "integrity": "sha512-cj3x6aFk9xOOxX+qEdeN8T5YbnBNWJ4UMHB/LQoDr7/xCJJGa40IhcOAuJeuF2kGqTwx6MCXnvjO8XOQfHhe9g==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@inquirer/confirm": { "version": "5.1.14", "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.14.tgz", @@ -2399,15 +2385,15 @@ "license": "0BSD" }, "node_modules/@angular/compiler": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", - "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/CloudPatterns/ClientApp/package.json b/CloudPatterns/ClientApp/package.json index 27c6f43..36b8010 100644 --- a/CloudPatterns/ClientApp/package.json +++ b/CloudPatterns/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "19.2.16", - "@angular/compiler": "19.2.20", + "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/material": "^8.2.3",