From 71204c235281e982265948986968792c60bfdb9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:05:59 +0000 Subject: [PATCH] feat(Dependencies): Update dependency @angular/cdk to v19 | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | npm | @angular/cdk | 18.2.9 | 19.0.3 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 600e7b1bd6..1c7ed08814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.900.0", + "version": "4.901.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -20,7 +20,7 @@ "dependencies": { "@angular-eslint/eslint-plugin": "^18.3.0", "@angular/animations": "18.2.8", - "@angular/cdk": "18.2.9", + "@angular/cdk": "19.0.3", "@angular/common": "18.2.8", "@angular/compiler": "18.2.8", "@angular/core": "18.2.8",