From 8849385d1b7604bd965e52e8d0cecb9b978e1d68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:41:55 -0500 Subject: [PATCH] [deps]: Update @angular/cdk to v21.1.1 (#980) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fe615a6..c3d55801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "GPL-3.0", "dependencies": { "@angular/animations": "21.0.8", - "@angular/cdk": "21.0.6", + "@angular/cdk": "21.1.1", "@angular/cli": "21.0.5", "@angular/common": "21.0.8", "@angular/compiler": "21.0.8", @@ -638,9 +638,9 @@ } }, "node_modules/@angular/cdk": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-21.0.6.tgz", - "integrity": "sha512-5Gw8mXtKXvcvDMWEciPLRYB6Ja5vsikLAidZsdCEIF6Bc51GmoqT5Tk/Ke+ciCd5Hq9Aco/IcHxT1RC3470lZg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-21.1.1.tgz", + "integrity": "sha512-lzscv+A6FCQdyWIr0t0QHXEgkLzS9wJwgeOOOhtxbixxxuk7xVXdcK/jnswE1Maugh1m696jUkOhZpffks3psA==", "license": "MIT", "dependencies": { "parse5": "^8.0.0", @@ -649,6 +649,7 @@ "peerDependencies": { "@angular/common": "^21.0.0 || ^22.0.0", "@angular/core": "^21.0.0 || ^22.0.0", + "@angular/platform-browser": "^21.0.0 || ^22.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index dc41cdcc..541bd12f 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ }, "dependencies": { "@angular/animations": "21.0.8", - "@angular/cdk": "21.0.6", + "@angular/cdk": "21.1.1", "@angular/cli": "21.0.5", "@angular/common": "21.0.8", "@angular/compiler": "21.0.8",