diff --git a/client/package-lock.json b/client/package-lock.json index d3d9697..1efdbb0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "~12.1.4", - "@angular/common": "~12.1.4", + "@angular/common": "^19.2.16", "@angular/compiler": "~12.1.4", "@angular/core": "~12.1.4", "@angular/forms": "~12.1.4", @@ -596,18 +596,19 @@ } }, "node_modules/@angular/common": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-12.1.4.tgz", - "integrity": "sha512-cyh2m5veGgWRFsrmPnwB/Ised90bFNZAjZepvW8WXrpEUa/tmi1yWU9+8ayRG7ztE08lyXncJSSut2Ss2PEhTA==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "license": "MIT", "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "engines": { - "node": "^12.14.1 || >=14.0.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "12.1.4", - "rxjs": "^6.5.3" + "@angular/core": "19.2.16", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { @@ -17799,11 +17800,11 @@ } }, "@angular/common": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-12.1.4.tgz", - "integrity": "sha512-cyh2m5veGgWRFsrmPnwB/Ised90bFNZAjZepvW8WXrpEUa/tmi1yWU9+8ayRG7ztE08lyXncJSSut2Ss2PEhTA==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/compiler": { diff --git a/client/package.json b/client/package.json index a94b81a..fb89f75 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "~12.1.4", - "@angular/common": "~12.1.4", + "@angular/common": "~19.2.16", "@angular/compiler": "~12.1.4", "@angular/core": "~12.1.4", "@angular/forms": "~12.1.4",