diff --git a/client/package-lock.json b/client/package-lock.json index d488baf..5104993 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@angular/animations": "12.2.0", "@angular/cdk": "12.2.0", - "@angular/common": "12.2.0", - "@angular/compiler": "12.2.0", + "@angular/common": "^19.2.16", + "@angular/compiler": "^19.2.17", "@angular/core": "12.2.0", "@angular/forms": "12.2.0", "@angular/material": "12.2.0", @@ -511,29 +511,31 @@ } }, "node_modules/@angular/common": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-12.2.0.tgz", - "integrity": "sha512-9OaqH5WhfJ/YpN9b4TmiGHdOar/3NiGjktwG1/5jV4mTO+tOP25yNO4zCd4RuaRURipWUEa8mSaesgUgTb3jmQ==", + "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.2.0", - "rxjs": "^6.5.3 || ^7.0.0" + "@angular/core": "19.2.16", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.0.tgz", - "integrity": "sha512-24G1joE699gbAHRAIESVQBI797Q506MZ/LWyFHRjfdlfXgltDN63j5dpNJzb/rUK1/uHGGAJaEH+OE60ZK2q9Q==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "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" } }, "node_modules/@angular/compiler-cli": { @@ -20690,19 +20692,19 @@ } }, "@angular/common": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-12.2.0.tgz", - "integrity": "sha512-9OaqH5WhfJ/YpN9b4TmiGHdOar/3NiGjktwG1/5jV4mTO+tOP25yNO4zCd4RuaRURipWUEa8mSaesgUgTb3jmQ==", + "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": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.0.tgz", - "integrity": "sha512-24G1joE699gbAHRAIESVQBI797Q506MZ/LWyFHRjfdlfXgltDN63j5dpNJzb/rUK1/uHGGAJaEH+OE60ZK2q9Q==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/compiler-cli": { diff --git a/client/package.json b/client/package.json index 1aa3373..b7ceb55 100644 --- a/client/package.json +++ b/client/package.json @@ -15,8 +15,8 @@ "dependencies": { "@angular/animations": "12.2.0", "@angular/cdk": "12.2.0", - "@angular/common": "12.2.0", - "@angular/compiler": "12.2.0", + "@angular/common": "19.2.16", + "@angular/compiler": "19.2.17", "@angular/core": "12.2.0", "@angular/forms": "12.2.0", "@angular/material": "12.2.0",