diff --git a/sdarq/frontend/package-lock.json b/sdarq/frontend/package-lock.json index 9f55c0ec..de6dd9a6 100644 --- a/sdarq/frontend/package-lock.json +++ b/sdarq/frontend/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^15.2.10", "@angular/cdk": "^11.2.13", - "@angular/common": "^15.2.10", + "@angular/common": "^19.2.16", "@angular/compiler": "^15.2.10", "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10", @@ -962,17 +962,17 @@ } }, "node_modules/@angular/common": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.10.tgz", - "integrity": "sha512-jdBn3fctkqoNrJn9VLsUHpcCEhCxWSczdsR+BBbD6T0oLl6vMrAVNjPwfBejnlgfWN1KoRU9kgOYsMxa5apIWQ==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "15.2.10", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -15363,9 +15363,9 @@ } }, "@angular/common": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.10.tgz", - "integrity": "sha512-jdBn3fctkqoNrJn9VLsUHpcCEhCxWSczdsR+BBbD6T0oLl6vMrAVNjPwfBejnlgfWN1KoRU9kgOYsMxa5apIWQ==", + "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/sdarq/frontend/package.json b/sdarq/frontend/package.json index 6165e679..d019ee08 100644 --- a/sdarq/frontend/package.json +++ b/sdarq/frontend/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/animations": "^15.2.10", "@angular/cdk": "^11.2.13", - "@angular/common": "^15.2.10", + "@angular/common": "^19.2.16", "@angular/compiler": "^15.2.10", "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10",