diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2f2f127b..efcc8c75 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -428,9 +428,9 @@ } }, "@angular/cdk": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.0.tgz", - "integrity": "sha512-25k1giKAJ7DPzJBZfAVZmw/VfR4pZUaZnhgVAMwIdGPl5SaXJEW3e2znGlhzwkuQsiBgrSKfMgJmwKSyUbe2tg==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.1.tgz", + "integrity": "sha512-d+ERvvWqGykBm5ooWG8TmMjL6q6aOpUd13ha1sx960EfKJqNyideYUfPMp6xprTyxmUIUZ/G9AQ/pxnzrLGnsA==", "requires": { "parse5": "^5.0.0", "tslib": "^2.0.0" diff --git a/frontend/package.json b/frontend/package.json index f71dcea3..2e78ecc3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular-devkit/build-angular": "~0.1102.1", "@angular/animations": "~11.0.0", - "@angular/cdk": "^11.2.0", + "@angular/cdk": "^11.2.1", "@angular/cli": "~11.2.1", "@angular/common": "~11.0.0", "@angular/compiler": "~11.0.0",