From aaeb2011671df6e21e0db8216cad2dfe26e787e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:57:55 +0000 Subject: [PATCH] build(deps): bump @angular/cdk from 15.2.0 to 17.3.0 Bumps [@angular/cdk](https://github.com/angular/components) from 15.2.0 to 17.3.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/15.2.0...17.3.0) --- 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 8493376..1b7fe14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^15.2.0", - "@angular/cdk": "^15.2.0", + "@angular/cdk": "^17.3.0", "@angular/common": "^15.2.0", "@angular/compiler": "^15.2.0", "@angular/core": "^15.2.0", @@ -525,9 +525,9 @@ } }, "node_modules/@angular/cdk": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.0.tgz", - "integrity": "sha512-+D0gLmDZVCBMSZ6juImP0eXpL40hw4Ipm8KRQmF3UOU9T5xXMxzYjUI8N3J+ZUZsNzQwy+eW0HImkZ5St6YxvA==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.3.0.tgz", + "integrity": "sha512-/RIEzP7D3wCGgk2FEvSWTvcKMa+4L7djMF6ZnOKqU6CiJLX3Ksr3+RXqXuiVkdVZBoRXEWRofS/DYEai+nIW8A==", "dependencies": { "tslib": "^2.3.0" }, @@ -535,8 +535,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" } }, @@ -24343,9 +24343,9 @@ } }, "@angular/cdk": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.0.tgz", - "integrity": "sha512-+D0gLmDZVCBMSZ6juImP0eXpL40hw4Ipm8KRQmF3UOU9T5xXMxzYjUI8N3J+ZUZsNzQwy+eW0HImkZ5St6YxvA==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.3.0.tgz", + "integrity": "sha512-/RIEzP7D3wCGgk2FEvSWTvcKMa+4L7djMF6ZnOKqU6CiJLX3Ksr3+RXqXuiVkdVZBoRXEWRofS/DYEai+nIW8A==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 28be8de..7cd5e18 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "^15.2.0", - "@angular/cdk": "^15.2.0", + "@angular/cdk": "^17.3.0", "@angular/common": "^15.2.0", "@angular/compiler": "^15.2.0", "@angular/core": "^15.2.0",