From 9b9e50ef1e222ecd9ac43dee9585fb2ff1193ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:09:42 +0000 Subject: [PATCH] Bump @angular/cdk from 19.2.7 to 20.0.2 in /crud-angular Bumps [@angular/cdk](https://github.com/angular/components) from 19.2.7 to 20.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- crud-angular/package-lock.json | 18 +++++++++--------- crud-angular/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 7105ff7..f74eb42 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.0.2", "@angular/common": "^19.2.4", "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4", @@ -809,17 +809,17 @@ } }, "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==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.0.2.tgz", + "integrity": "sha512-gRQcpTNhnwBxXSmpnrljODUHQmB2Hnxc6L2Ad6mSMV+c3opd9KIFxL5eG2WOOPHGAaPrV4gNFw+t1i01U4grTg==", "license": "MIT", "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 +14974,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.0.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.0.2.tgz", + "integrity": "sha512-gRQcpTNhnwBxXSmpnrljODUHQmB2Hnxc6L2Ad6mSMV+c3opd9KIFxL5eG2WOOPHGAaPrV4gNFw+t1i01U4grTg==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/crud-angular/package.json b/crud-angular/package.json index 6b602ad..19122ce 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.0.2", "@angular/common": "^19.2.4", "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4",