diff --git a/package-lock.json b/package-lock.json index c15dcf4..f0c2ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^18.2.12", "@angular/cdk": "^18.2.13", - "@angular/common": "^18.2.12", + "@angular/common": "^19.0.5", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", "@angular/forms": "^18.2.12", @@ -827,9 +827,9 @@ } }, "node_modules/@angular/common": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz", - "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.5.tgz", + "integrity": "sha512-fFK+euCj1AjBHBCpj9VnduMSeqoMRhZZHbhPYiND7tucRRJ8vwGU0sYK2KI/Ko+fsrNIXL/0O4F36jVPl09Smg==", "dependencies": { "tslib": "^2.3.0" }, @@ -837,7 +837,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.13", + "@angular/core": "19.0.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 370406b..162466a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@angular/animations": "^18.2.12", "@angular/cdk": "^18.2.13", - "@angular/common": "^18.2.12", + "@angular/common": "^19.0.5", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", "@angular/forms": "^18.2.12",