From 18bc65253447bbeb5a2b1a338e008f941cfc83d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:18:34 +0000 Subject: [PATCH] build(deps): bump @angular/cdk from 12.2.4 to 13.3.7 Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.4 to 13.3.7. - [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.4...13.3.7) --- 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 c604b953c..092d0a4dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.57.2", "dependencies": { "@angular/animations": "^12.2.4", - "@angular/cdk": "^12.2.4", + "@angular/cdk": "^13.3.7", "@angular/common": "^12.2.4", "@angular/core": "^12.2.4", "@angular/forms": "^12.2.4", @@ -626,19 +626,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.3.7", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.7.tgz", + "integrity": "sha512-HtGqlrt4+ikbpzooF0LT/uMW6fgRJxLRUoOwkTY1oHhfNXhQaE2p8XEUH2qshl28aCIF8r8zrb6jpd4VqC+tyg==", "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": { @@ -25791,12 +25791,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.3.7", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.7.tgz", + "integrity": "sha512-HtGqlrt4+ikbpzooF0LT/uMW6fgRJxLRUoOwkTY1oHhfNXhQaE2p8XEUH2qshl28aCIF8r8zrb6jpd4VqC+tyg==", "requires": { "parse5": "^5.0.0", - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "dependencies": { "parse5": { diff --git a/package.json b/package.json index 3c70de591..e8652ca8d 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.3.7", "@angular/common": "^12.2.4", "@angular/core": "^12.2.4", "@angular/forms": "^12.2.4",