From 7c820c4af975ed3d3192d4650a3e1358991f1bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:08:18 +0000 Subject: [PATCH] chore(deps): bump @angular/cdk from 20.2.14 to 22.0.1 Bumps [@angular/cdk](https://github.com/angular/components) from 20.2.14 to 22.0.1. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/20.2.14...v22.0.1) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 22.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) 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",