diff --git a/client/package-lock.json b/client/package-lock.json index 212f3db..fbdd25f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^8.2.1", - "@angular/common": "^8.2.1", + "@angular/common": "^19.2.16", "@angular/compiler": "^8.2.1", "@angular/core": "^11.0.5", "@angular/forms": "^8.2.1", @@ -1316,13 +1316,25 @@ } }, "node_modules/@angular/common": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.1.tgz", - "integrity": "sha512-CVewkkFswELDQ1qx2G7m2pj0IqDbSIY6O6wZtNvYCDrLXRVDwSXcQsjNP1pSWuD37dHT/nifimchfLiVuisPyg==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "dependencies": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.2.16", + "rxjs": "^6.5.3 || ^7.4.0" } }, + "node_modules/@angular/common/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, "node_modules/@angular/compiler": { "version": "8.2.1", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-8.2.1.tgz", @@ -17578,11 +17590,18 @@ } }, "@angular/common": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.1.tgz", - "integrity": "sha512-CVewkkFswELDQ1qx2G7m2pj0IqDbSIY6O6wZtNvYCDrLXRVDwSXcQsjNP1pSWuD37dHT/nifimchfLiVuisPyg==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } } }, "@angular/compiler": { diff --git a/client/package.json b/client/package.json index ef8e11b..04ecb29 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^8.2.1", - "@angular/common": "^8.2.1", + "@angular/common": "^19.2.16", "@angular/compiler": "^8.2.1", "@angular/core": "^11.0.5", "@angular/forms": "^8.2.1",