diff --git a/package-lock.json b/package-lock.json index 313df053..c60cd60a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular-devkit/core": "^19.0.3", "@angular-devkit/schematics": "^19.0.4", "@angular/animations": "~14.1.3", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^19.0.2", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", @@ -627,9 +627,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.8.tgz", - "integrity": "sha512-jiCoxfBFMH29IZIiPmVUzIWetfUNpMIvC20xYVF8RMM819vPogoObzwK4DN/sXcp/6oVbBzZFaYdijhhIt9soQ==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.0.2.tgz", + "integrity": "sha512-eDjHJJWpgnzC3pR6N0gCdh51Q1ffoh6mql06YSqprj005aNKBjmCMnpU4bPPzdGSkKsjwAZWGUNWg4RS+R+iZQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -637,8 +637,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^19.0.0 || ^20.0.0", + "@angular/core": "^19.0.0 || ^20.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -21272,9 +21272,9 @@ } }, "@angular/cdk": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.8.tgz", - "integrity": "sha512-jiCoxfBFMH29IZIiPmVUzIWetfUNpMIvC20xYVF8RMM819vPogoObzwK4DN/sXcp/6oVbBzZFaYdijhhIt9soQ==", + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.0.2.tgz", + "integrity": "sha512-eDjHJJWpgnzC3pR6N0gCdh51Q1ffoh6mql06YSqprj005aNKBjmCMnpU4bPPzdGSkKsjwAZWGUNWg4RS+R+iZQ==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 29f11629..0719707d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular-devkit/core": "^19.0.3", "@angular-devkit/schematics": "^19.0.4", "@angular/animations": "~14.1.3", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^19.0.2", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1",