From 233a73e91477748e0ffb7b6adcf860137f3a319f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:59:16 +0000 Subject: [PATCH] feat(Dependencies): Update dependency @angular/cdk to v19 | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | npm | @angular/cdk | 18.2.9 | 19.0.1 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9f35a7b8b..a66049583a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.899.0", + "version": "4.900.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.1", "@angular/common": "18.2.8", "@angular/compiler": "18.2.8", "@angular/core": "18.2.8",