From 3fad18300a85d71495a92a9632602d0f61ba1611 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 27 Sep 2024 02:06:46 +0000
Subject: [PATCH] Bump @angular/cdk from 16.0.1 to 18.2.6 in /desktop/angular

Bumps [@angular/cdk](https://github.com/angular/components) from 16.0.1 to 18.2.6.
- [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/16.0.1...18.2.6)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 desktop/angular/package-lock.json | 42 ++++++++++++++++++++++++++-----
 desktop/angular/package.json      |  2 +-
 2 files changed, 37 insertions(+), 7 deletions(-)

diff --git a/desktop/angular/package-lock.json b/desktop/angular/package-lock.json
index b8527c1d..b5130be9 100644
--- a/desktop/angular/package-lock.json
+++ b/desktop/angular/package-lock.json
@@ -9,7 +9,7 @@
       "version": "0.8.11",
       "dependencies": {
         "@angular/animations": "^16.0.1",
-        "@angular/cdk": "^16.0.1",
+        "@angular/cdk": "^18.2.6",
         "@angular/common": "^16.0.1",
         "@angular/compiler": "^16.0.1",
         "@angular/core": "^16.0.1",
@@ -1379,8 +1379,9 @@
       }
     },
     "node_modules/@angular/cdk": {
-      "version": "16.0.1",
-      "license": "MIT",
+      "version": "18.2.6",
+      "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz",
+      "integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==",
       "dependencies": {
         "tslib": "^2.3.0"
       },
@@ -1388,8 +1389,8 @@
         "parse5": "^7.1.2"
       },
       "peerDependencies": {
-        "@angular/common": "^16.0.0 || ^17.0.0",
-        "@angular/core": "^16.0.0 || ^17.0.0",
+        "@angular/common": "^18.0.0 || ^19.0.0",
+        "@angular/core": "^18.0.0 || ^19.0.0",
         "rxjs": "^6.5.3 || ^7.4.0"
       }
     },
@@ -12742,6 +12743,22 @@
         "@angular/router": "^16.0.0"
       }
     },
+    "node_modules/ng-zorro-antd/node_modules/@angular/cdk": {
+      "version": "16.2.14",
+      "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz",
+      "integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==",
+      "dependencies": {
+        "tslib": "^2.3.0"
+      },
+      "optionalDependencies": {
+        "parse5": "^7.1.2"
+      },
+      "peerDependencies": {
+        "@angular/common": "^16.0.0 || ^17.0.0",
+        "@angular/core": "^16.0.0 || ^17.0.0",
+        "rxjs": "^6.5.3 || ^7.4.0"
+      }
+    },
     "node_modules/ngx-markdown": {
       "version": "16.0.0",
       "license": "MIT",
@@ -19204,7 +19221,9 @@
       }
     },
     "@angular/cdk": {
-      "version": "16.0.1",
+      "version": "18.2.6",
+      "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz",
+      "integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==",
       "requires": {
         "parse5": "^7.1.2",
         "tslib": "^2.3.0"
@@ -26587,6 +26606,17 @@
         "@ant-design/icons-angular": "^16.0.0",
         "date-fns": "^2.16.1",
         "tslib": "^2.3.0"
+      },
+      "dependencies": {
+        "@angular/cdk": {
+          "version": "16.2.14",
+          "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz",
+          "integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==",
+          "requires": {
+            "parse5": "^7.1.2",
+            "tslib": "^2.3.0"
+          }
+        }
       }
     },
     "ngx-markdown": {
diff --git a/desktop/angular/package.json b/desktop/angular/package.json
index 5e916e51..17f50162 100644
--- a/desktop/angular/package.json
+++ b/desktop/angular/package.json
@@ -23,7 +23,7 @@
   "private": true,
   "dependencies": {
     "@angular/animations": "^16.0.1",
-    "@angular/cdk": "^16.0.1",
+    "@angular/cdk": "^18.2.6",
     "@angular/common": "^16.0.1",
     "@angular/compiler": "^16.0.1",
     "@angular/core": "^16.0.1",