diff --git a/CloudPatterns/ClientApp/package-lock.json b/CloudPatterns/ClientApp/package-lock.json index bdb79ca..a76952d 100644 --- a/CloudPatterns/ClientApp/package-lock.json +++ b/CloudPatterns/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", - "@angular/common": "19.2.16", + "@angular/common": "20.3.25", "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", @@ -2363,18 +2363,18 @@ } }, "node_modules/@angular/common": { - "version": "19.2.16", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", - "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "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" }, "peerDependencies": { - "@angular/core": "19.2.16", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/CloudPatterns/ClientApp/package.json b/CloudPatterns/ClientApp/package.json index 36b8010..ec888a1 100644 --- a/CloudPatterns/ClientApp/package.json +++ b/CloudPatterns/ClientApp/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", - "@angular/common": "19.2.16", + "@angular/common": "20.3.25", "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0",