diff --git a/desktop/angular/package-lock.json b/desktop/angular/package-lock.json index b8527c1da..b5130be9b 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 5e916e511..17f50162d 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",