From cdd37481919e6a84adbbca6341ec57cf4afa86d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:10:42 +0000 Subject: [PATCH] chore(deps): bump @angular/cdk from 18.0.1 to 20.1.4 in /frontend Bumps [@angular/cdk](https://github.com/angular/components) from 18.0.1 to 20.1.4. - [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/18.0.1...20.1.4) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 41 +++++++++++++++++++++++++++++--------- frontend/package.json | 2 +- 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f6cf21d4..844d059f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-devkit/build-angular": "~18.0.1", "@angular/animations": "~18.0.1", - "@angular/cdk": "^18.0.1", + "@angular/cdk": "^20.1.4", "@angular/cli": "^18.0.1", "@angular/common": "~18.0.1", "@angular/compiler": "~18.0.1", @@ -349,21 +349,44 @@ } }, "node_modules/@angular/cdk": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.0.1.tgz", - "integrity": "sha512-2fCqX1sz5cM+LncO6ak4EU2ZBm8MWitv5V53go3Iz5dOVOdrvysBt8smEkWZ4nvEKkFYHEPpQo0YlxEWbuTEmA==", + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.1.4.tgz", + "integrity": "sha512-Uz0fLZRWpKG7xniXSw3Hr4QEvTlVurov07BBz6nRWseGxeHCDkFqKc3UEriovCQ7ylJdR6miIu7j+h4PWLH48g==", + "license": "MIT", "dependencies": { + "parse5": "^8.0.0", "tslib": "^2.3.0" }, - "optionalDependencies": { - "parse5": "^7.1.2" - }, "peerDependencies": { - "@angular/common": "^18.0.0 || ^19.0.0", - "@angular/core": "^18.0.0 || ^19.0.0", + "@angular/common": "^20.0.0 || ^21.0.0", + "@angular/core": "^20.0.0 || ^21.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, + "node_modules/@angular/cdk/node_modules/entities": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/@angular/cdk/node_modules/parse5": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz", + "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==", + "license": "MIT", + "dependencies": { + "entities": "^6.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, "node_modules/@angular/cli": { "version": "18.0.2", "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index a96cf6ac..f3abf31c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular-devkit/build-angular": "~18.0.1", "@angular/animations": "~18.0.1", - "@angular/cdk": "^18.0.1", + "@angular/cdk": "^20.1.4", "@angular/cli": "^18.0.1", "@angular/common": "~18.0.1", "@angular/compiler": "~18.0.1",