From e29c58509defd1ee95a5e31548bbee4069544f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:17:33 +0000 Subject: [PATCH] feat(Dependencies): Update dependency @angular/cdk to v18 | datasource | package | from | to | | ---------- | ------------ | ------- | ------ | | npm | @angular/cdk | 17.3.10 | 18.0.5 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5afada3c1a..b4e8920468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.847.0", + "version": "4.848.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -20,7 +20,7 @@ "dependencies": { "@angular-eslint/eslint-plugin": "^17.3.0", "@angular/animations": "17.3.10", - "@angular/cdk": "17.3.10", + "@angular/cdk": "18.0.5", "@angular/common": "17.3.10", "@angular/compiler": "17.3.10", "@angular/core": "17.3.10",