From ecdfdb26136cfce5f67078208c6bafdc211442f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 17:09:37 +0000 Subject: [PATCH] Build(deps): bump @angular/cdk from 12.2.8 to 13.3.6 Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.8 to 13.3.6. - [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/12.2.8...13.3.6) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b136dd2..a346460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -360,12 +360,12 @@ } }, "@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": "13.3.6", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz", + "integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==", "requires": { "parse5": "^5.0.0", - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "dependencies": { "parse5": { diff --git a/package.json b/package.json index 00f5b24..5791c0c 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": "^13.3.6", "@angular/common": "^11.1.1", "@angular/compiler": "^11.1.1", "@angular/core": "^11.1.1",