From 85892e9ea90a3d77eef3a885dfca73a6b015b556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:24:41 +0000 Subject: [PATCH] Bump @angular/cdk from 19.2.7 to 20.1.0 in /crud-angular Bumps [@angular/cdk](https://github.com/angular/components) from 19.2.7 to 20.1.0. - [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/19.2.7...20.1.0) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- crud-angular/package-lock.json | 19 +++++++++---------- crud-angular/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) 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",