diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 7105ff7..0af1db4 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.1.0", "@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.1.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.1.0.tgz", + "integrity": "sha512-JhgbSOv7xZqWNZjuCh8A3A7pGv0mhtmGjHo36157LrxRO6R7x2yJJjxC5nQeroKZWhgN+X/jG/EJlzEvl9PxTw==", "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.1.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.1.0.tgz", + "integrity": "sha512-JhgbSOv7xZqWNZjuCh8A3A7pGv0mhtmGjHo36157LrxRO6R7x2yJJjxC5nQeroKZWhgN+X/jG/EJlzEvl9PxTw==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/crud-angular/package.json b/crud-angular/package.json index 6b602ad..f85b5f2 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.1.0", "@angular/common": "^19.2.4", "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4",