diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 7105ff7..387b0a1 100644 --- a/crud-angular/package-lock.json +++ b/crud-angular/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^19.2.4", - "@angular/cdk": "^19.2.7", + "@angular/cdk": "^20.0.5", "@angular/common": "^19.2.4", "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4", @@ -809,17 +809,16 @@ } }, "node_modules/@angular/cdk": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.7.tgz", - "integrity": "sha512-+Dx1WGEWMO3OYDKr2w/Z5xOCsdjkRuG7Z18ve8eeBOHayRaC0KbYoXkvPxUiJo233CJWEzKQ/qF13C54GGWnng==", - "license": "MIT", + "version": "20.0.5", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.0.5.tgz", + "integrity": "sha512-WhJ1I/ib/Za0qjWkSzMYV0gM8NOWrtOcZ2TYZ4aYFsjd8E13rGhxOez0DWt2sN3vfjAc1iWMmGGbNZrkp98adg==", "dependencies": { "parse5": "^7.1.2", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^19.0.0 || ^20.0.0", - "@angular/core": "^19.0.0 || ^20.0.0", + "@angular/common": "^20.0.0 || ^21.0.0", + "@angular/core": "^20.0.0 || ^21.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -14974,9 +14973,9 @@ } }, "@angular/cdk": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.7.tgz", - "integrity": "sha512-+Dx1WGEWMO3OYDKr2w/Z5xOCsdjkRuG7Z18ve8eeBOHayRaC0KbYoXkvPxUiJo233CJWEzKQ/qF13C54GGWnng==", + "version": "20.0.5", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.0.5.tgz", + "integrity": "sha512-WhJ1I/ib/Za0qjWkSzMYV0gM8NOWrtOcZ2TYZ4aYFsjd8E13rGhxOez0DWt2sN3vfjAc1iWMmGGbNZrkp98adg==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/crud-angular/package.json b/crud-angular/package.json index 6b602ad..18d4d14 100644 --- a/crud-angular/package.json +++ b/crud-angular/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.2.4", - "@angular/cdk": "^19.2.7", + "@angular/cdk": "^20.0.5", "@angular/common": "^19.2.4", "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4",