From f9a72eca905c573b80ba75781cbcba3a4401f4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:17:16 +0000 Subject: [PATCH] Bump @angular/cdk from 18.2.13 to 19.0.3 Bumps [@angular/cdk](https://github.com/angular/components) from 18.2.13 to 19.0.3. - [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/18.2.13...19.0.3) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++---------- package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 460186e..40a1644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2024.10.27", "dependencies": { "@angular/animations": "^18.2.12", - "@angular/cdk": "^18.2.13", + "@angular/cdk": "^19.0.3", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", @@ -2528,10 +2528,9 @@ } }, "node_modules/@angular/cdk": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.13.tgz", - "integrity": "sha512-yBKoqcOwmwXnc5phFMEEMO130/Bz9beQLJrKzIS87f6TXaGCeBs4xrPHq2i7Xx/2TqvMiOD9ucjmlVbtGvNG3w==", - "license": "MIT", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.0.3.tgz", + "integrity": "sha512-sPdIKbSgNk4z02FqdTTMUS62aLVA2R/DsnOk3qdH+nEfeS4nNWQEzwrvMf6dDsTeLQ6YJLWXfZfemsGYpOoiWg==", "dependencies": { "tslib": "^2.3.0" }, @@ -2539,8 +2538,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^18.0.0 || ^19.0.0", - "@angular/core": "^18.0.0 || ^19.0.0", + "@angular/common": "^19.0.0 || ^20.0.0", + "@angular/core": "^19.0.0 || ^20.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -21928,9 +21927,9 @@ } }, "@angular/cdk": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.13.tgz", - "integrity": "sha512-yBKoqcOwmwXnc5phFMEEMO130/Bz9beQLJrKzIS87f6TXaGCeBs4xrPHq2i7Xx/2TqvMiOD9ucjmlVbtGvNG3w==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.0.3.tgz", + "integrity": "sha512-sPdIKbSgNk4z02FqdTTMUS62aLVA2R/DsnOk3qdH+nEfeS4nNWQEzwrvMf6dDsTeLQ6YJLWXfZfemsGYpOoiWg==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 2439b97..8b9ef4f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "^18.2.12", - "@angular/cdk": "^18.2.13", + "@angular/cdk": "^19.0.3", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12",