From ccc6546e98de82b63d4d63e7df94448764e774de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:45:54 +0000 Subject: [PATCH] Bump @angular/cdk from 15.2.1 to 17.0.3 Bumps [@angular/cdk](https://github.com/angular/components) from 15.2.1 to 17.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/15.2.1...17.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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7da4c24a..4761aa1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^15.2.1", - "@angular/cdk": "^15.2.1", + "@angular/cdk": "^17.0.3", "@angular/common": "^15.2.1", "@angular/compiler": "^15.2.1", "@angular/core": "^15.2.1", @@ -672,9 +672,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.1.tgz", - "integrity": "sha512-kRwG0ujimOPhqDwQYcQ+pk7hpTr0yvaPkxAx5r1ytA6aQIvHJ1XaPzhtthsr5/PhpwzlH8k723xpejrLKcuR+w==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.0.3.tgz", + "integrity": "sha512-Qd5uvC09B3+uk2uX1JxmiWrD7wueMHSxNBoCbDEmnrsdDVUta0wN/jj/CtATljxUM8ZqvEvkqgxJCig1od9oyQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -682,8 +682,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" } }, diff --git a/package.json b/package.json index bff41cb4..42ad20a5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "private": true, "dependencies": { "@angular/animations": "^15.2.1", - "@angular/cdk": "^15.2.1", + "@angular/cdk": "^17.0.3", "@angular/common": "^15.2.1", "@angular/compiler": "^15.2.1", "@angular/core": "^15.2.1",