diff --git a/6-AdvancedScenarios/2-call-api-mt/SPA/package-lock.json b/6-AdvancedScenarios/2-call-api-mt/SPA/package-lock.json index 834e9b48..344f15df 100644 --- a/6-AdvancedScenarios/2-call-api-mt/SPA/package-lock.json +++ b/6-AdvancedScenarios/2-call-api-mt/SPA/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^14.0.0", "@angular/cdk": "^14.0.4", - "@angular/common": "^14.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^14.0.0", "@angular/core": "^14.0.0", "@angular/forms": "^14.0.0", @@ -546,17 +546,18 @@ "dev": true }, "node_modules/@angular/common": { - "version": "14.2.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.12.tgz", - "integrity": "sha512-oZunh9wfInFWhNO1P8uoEs/o4u8kerKMhw8GruywKm1TV7gHDP2Fi5WHGjFqq3XYptgBTPCTSEfyLX6Cwq1PUw==", + "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": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.2.12", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -12606,9 +12607,9 @@ } }, "@angular/common": { - "version": "14.2.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.12.tgz", - "integrity": "sha512-oZunh9wfInFWhNO1P8uoEs/o4u8kerKMhw8GruywKm1TV7gHDP2Fi5WHGjFqq3XYptgBTPCTSEfyLX6Cwq1PUw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { "tslib": "^2.3.0" } diff --git a/6-AdvancedScenarios/2-call-api-mt/SPA/package.json b/6-AdvancedScenarios/2-call-api-mt/SPA/package.json index 720ee886..f1de4ce7 100644 --- a/6-AdvancedScenarios/2-call-api-mt/SPA/package.json +++ b/6-AdvancedScenarios/2-call-api-mt/SPA/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^14.0.0", "@angular/cdk": "^14.0.4", - "@angular/common": "^14.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^14.0.0", "@angular/core": "^14.0.0", "@angular/forms": "^14.0.0",