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",