From d2949d540d3fd6b2dbfccb99f8f24fb1cdd2218a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 05:46:08 +0000 Subject: [PATCH] build(deps): bump @angular/cdk from 15.2.8 to 17.3.2 Bumps [@angular/cdk](https://github.com/angular/components) from 15.2.8 to 17.3.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/15.2.8...17.3.2) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3523d65f..c9545b10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular-devkit/core": "^17.3.2", "@angular-devkit/schematics": "^17.3.3", "@angular/animations": "~14.1.3", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^17.3.2", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", @@ -538,9 +538,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.8.tgz", - "integrity": "sha512-jiCoxfBFMH29IZIiPmVUzIWetfUNpMIvC20xYVF8RMM819vPogoObzwK4DN/sXcp/6oVbBzZFaYdijhhIt9soQ==", + "version": "17.3.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.3.2.tgz", + "integrity": "sha512-mC2U7aoIf7RSpGgIwVyfQEbaPDDX59plQt88KeTz15wjF8vosLt2DG0rZEoV8Mq14YS47J+jI76q/LJfd6/GCw==", "dependencies": { "tslib": "^2.3.0" }, @@ -548,8 +548,8 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^17.0.0 || ^18.0.0", + "@angular/core": "^17.0.0 || ^18.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -21148,9 +21148,9 @@ } }, "@angular/cdk": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.8.tgz", - "integrity": "sha512-jiCoxfBFMH29IZIiPmVUzIWetfUNpMIvC20xYVF8RMM819vPogoObzwK4DN/sXcp/6oVbBzZFaYdijhhIt9soQ==", + "version": "17.3.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.3.2.tgz", + "integrity": "sha512-mC2U7aoIf7RSpGgIwVyfQEbaPDDX59plQt88KeTz15wjF8vosLt2DG0rZEoV8Mq14YS47J+jI76q/LJfd6/GCw==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 49ad9e22..3130a760 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular-devkit/core": "^17.3.2", "@angular-devkit/schematics": "^17.3.3", "@angular/animations": "~14.1.3", - "@angular/cdk": "^15.2.7", + "@angular/cdk": "^17.3.2", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1",