From 4de5ea44cf2d4559776bd06245848e7c6fdd41b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:53:49 +0000 Subject: [PATCH] build(deps): bump @angular/cdk from 12.2.4 to 13.2.6 Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.4 to 13.2.6. - [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.4...13.2.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 | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff8d82c17..cc90473c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.50.1", "dependencies": { "@angular/animations": "^12.2.4", - "@angular/cdk": "^12.2.4", + "@angular/cdk": "^13.2.6", "@angular/common": "^12.2.4", "@angular/core": "^12.2.4", "@angular/forms": "^12.2.4", @@ -608,19 +608,19 @@ } }, "node_modules/@angular/cdk": { - "version": "12.2.4", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.4.tgz", - "integrity": "sha512-XvdMWz2iJgcSD0fMM9I29i9/XV4/1MTqSPN+c5EIESLXhjhh4o6VFOsKcj4BfrJxO6tadqA0AdGA0AJfP+de/w==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.2.6.tgz", + "integrity": "sha512-epuXmaHqfukwPsYvIksbuHLXDtb6GALV2Vgv6W2asj4TorD584CeQTs0EcdPGmCzhGUYI8U8QV63WOxu9YFcNA==", "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "optionalDependencies": { "parse5": "^5.0.0" }, "peerDependencies": { - "@angular/common": "^12.0.0 || ^13.0.0-0", - "@angular/core": "^12.0.0 || ^13.0.0-0", - "rxjs": "^6.5.3 || ^7.0.0" + "@angular/common": "^13.0.0 || ^14.0.0-0", + "@angular/core": "^13.0.0 || ^14.0.0-0", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/cdk/node_modules/parse5": { @@ -25484,12 +25484,12 @@ } }, "@angular/cdk": { - "version": "12.2.4", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.4.tgz", - "integrity": "sha512-XvdMWz2iJgcSD0fMM9I29i9/XV4/1MTqSPN+c5EIESLXhjhh4o6VFOsKcj4BfrJxO6tadqA0AdGA0AJfP+de/w==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.2.6.tgz", + "integrity": "sha512-epuXmaHqfukwPsYvIksbuHLXDtb6GALV2Vgv6W2asj4TorD584CeQTs0EcdPGmCzhGUYI8U8QV63WOxu9YFcNA==", "requires": { "parse5": "^5.0.0", - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "dependencies": { "parse5": { diff --git a/package.json b/package.json index 2f77514a3..c9d4a9c90 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "private": true, "dependencies": { "@angular/animations": "^12.2.4", - "@angular/cdk": "^12.2.4", + "@angular/cdk": "^13.2.6", "@angular/common": "^12.2.4", "@angular/core": "^12.2.4", "@angular/forms": "^12.2.4",