From 6c066168c00a2ffc9716962edb01780118dc62b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:06:25 +0000 Subject: [PATCH] build(deps-dev): bump @angular/cdk in the angular-stack group Bumps the angular-stack group with 1 update: [@angular/cdk](https://github.com/angular/components). Updates `@angular/cdk` from 20.2.11 to 20.2.12 - [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.11...20.2.12) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.2.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular-stack ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0265e387..05ed5d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular-eslint/eslint-plugin": "^20.4.0", "@angular-eslint/schematics": "^20.5.0", "@angular/build": "^20.3.9", - "@angular/cdk": "^20.2.11", + "@angular/cdk": "^20.2.12", "@angular/cli": "^20.3.9", "@angular/common": "^20.3.10", "@angular/compiler": "^20.3.10", @@ -555,9 +555,9 @@ } }, "node_modules/@angular/cdk": { - "version": "20.2.11", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.11.tgz", - "integrity": "sha512-+zcP6eq9+h6f09rZWHNIj2nap9P6S38mm75/WjdGZbl1BJy7vaASDnr4fwXKi2JvTyap/vj6mMuadFXEivavPw==", + "version": "20.2.12", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.12.tgz", + "integrity": "sha512-hz8GtiMy3N9/e8407ZfrByHD5GEC4SkWtxyUknWuTM9P88AOie0jDZ6CfQg9gQ0OJX+6BAbJV3RpYZA1uzNUqA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 217e2016..94209bf3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin": "^20.4.0", "@angular-eslint/schematics": "^20.5.0", "@angular/build": "^20.3.9", - "@angular/cdk": "^20.2.11", + "@angular/cdk": "^20.2.12", "@angular/cli": "^20.3.9", "@angular/common": "^20.3.10", "@angular/compiler": "^20.3.10",