diff --git a/package-lock.json b/package-lock.json index 1558c6a..fa82887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-slider/ngx-slider": "^18.0.0", "@angular/animations": "^20.3.16", - "@angular/cdk": "^20.2.14", + "@angular/cdk": "^22.0.1", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", "@angular/core": "^20.3.16", @@ -871,17 +871,18 @@ } }, "node_modules/@angular/cdk": { - "version": "20.2.14", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.14.tgz", - "integrity": "sha512-7bZxc01URbiPiIBWThQ69XwOxVduqEKN4PhpbF2AAyfMc/W8Hcr4VoIJOwL0O1Nkq5beS8pCAqoOeIgFyXd/kg==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-22.0.1.tgz", + "integrity": "sha512-hSFqsNEmkT9x1Qc+0aJvAEKFo2DPuS8h/ltOVuDYIyXd57DfD7pSLO3CuxfSUK49YhbhwX/TB2L0IfkrnvtXew==", "license": "MIT", "dependencies": { "parse5": "^8.0.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^20.0.0 || ^21.0.0", - "@angular/core": "^20.0.0 || ^21.0.0", + "@angular/common": "^22.0.0 || ^23.0.0", + "@angular/core": "^22.0.0 || ^23.0.0", + "@angular/platform-browser": "^22.0.0 || ^23.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 686657b..e323d6e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular-slider/ngx-slider": "^18.0.0", "@angular/animations": "^20.3.16", - "@angular/cdk": "^20.2.14", + "@angular/cdk": "^22.0.1", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", "@angular/core": "^20.3.16",