From e3bb4e738d28f05c689a69ef7b62a3e18ff1f1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:32:01 +0000 Subject: [PATCH] Bump @angular/cdk from 18.2.14 to 19.1.1 in /locateMe Bumps [@angular/cdk](https://github.com/angular/components) from 18.2.14 to 19.1.1. - [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.14...19.1.1) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- locateMe/package-lock.json | 12 ++++++------ locateMe/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locateMe/package-lock.json b/locateMe/package-lock.json index fc91fde..ba788b2 100644 --- a/locateMe/package-lock.json +++ b/locateMe/package-lock.json @@ -9,7 +9,7 @@ "version": "1.10.0", "dependencies": { "@angular/animations": "^18.2.12", - "@angular/cdk": "^18.2.13", + "@angular/cdk": "^19.1.1", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", @@ -610,9 +610,9 @@ } }, "node_modules/@angular/cdk": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.14.tgz", - "integrity": "sha512-vDyOh1lwjfVk9OqoroZAP8pf3xxKUvyl+TVR8nJxL4c5fOfUFkD7l94HaanqKSRwJcI2xiztuu92IVoHn8T33Q==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.1.1.tgz", + "integrity": "sha512-MmfNB9iANuDN1TS+HL8uKqA3/7pdVeCRN+HdAcfqFrcqZmSUUSlYWy8PXqymmyeXxoSwt9p4I/6R0By03VoCMw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -621,8 +621,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" } }, diff --git a/locateMe/package.json b/locateMe/package.json index a920462..9b042ea 100644 --- a/locateMe/package.json +++ b/locateMe/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@angular/animations": "^18.2.12", - "@angular/cdk": "^18.2.13", + "@angular/cdk": "^19.1.1", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12",