From bcfdaeddf0188b5ed36c21edfbd482e67afcfe88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Sep 2022 14:57:37 +0200 Subject: [PATCH] Update dependency @angular/cdk to v14 --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 59c39b4..b91fc35 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -670,9 +670,9 @@ } }, "@angular/cdk": { - "version": "13.3.6", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz", - "integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.2.tgz", + "integrity": "sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw==", "requires": { "parse5": "^5.0.0", "tslib": "^2.3.0" diff --git a/frontend/package.json b/frontend/package.json index 9233bf5..a4b194c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "~14.2.0", - "@angular/cdk": "^13.2.6", + "@angular/cdk": "^14.0.0", "@angular/common": "~14.2.0", "@angular/compiler": "~14.2.0", "@angular/core": "~14.2.0", -- 2.45.2