From 0772aab52957e8c3aefa2781e3318ee2f8d45e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:11:52 +0000 Subject: [PATCH] Build(deps): bump @angular/cdk from 12.2.8 to 12.2.12 Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.8 to 12.2.12. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/12.2.8...12.2.12) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b136dd2..72cf3f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -360,9 +360,9 @@ } }, "@angular/cdk": { - "version": "12.2.8", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.8.tgz", - "integrity": "sha512-M0Y61o0yEVLMg+DSNsaDgiOifAV6OdumTgt2/kNoSuauPRWS0bkZJE58k3LR+cPi1Cho3UXELMKMOXZN9AhofA==", + "version": "12.2.12", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.12.tgz", + "integrity": "sha512-AK+74JZP95BDj9OJ1YUaRqPXkgs+oadTk7z+8omu1RcvDoUivouKxgODCQX5jI7rZeQIlnV49hEgBne07hYk4A==", "requires": { "parse5": "^5.0.0", "tslib": "^2.2.0" diff --git a/package.json b/package.json index 00f5b24..295e86c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^11.1.1", - "@angular/cdk": "^12.2.8", + "@angular/cdk": "^12.2.12", "@angular/common": "^11.1.1", "@angular/compiler": "^11.1.1", "@angular/core": "^11.1.1",