From 4d42ba6700fdad3b7918ae53a60ff5216f091d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:11:10 +0000 Subject: [PATCH] Build(deps): bump @angular/cdk from 12.2.8 to 12.2.9 Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.8 to 12.2.9. - [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.9) --- 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..eb46448 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.9", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.9.tgz", + "integrity": "sha512-9Wgj69iGAZ4teQqW/zPbVg2RGna+m9i3v0zkWGx/+Uo95rikJCUZBQM4bfeOe+bSJrS77jV5EisBWG7ayNUSzQ==", "requires": { "parse5": "^5.0.0", "tslib": "^2.2.0" diff --git a/package.json b/package.json index 00f5b24..cae274a 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.9", "@angular/common": "^11.1.1", "@angular/compiler": "^11.1.1", "@angular/core": "^11.1.1",