From 7cfed1a8f208449aacd93826a38bee61e66af743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:13:58 +0000 Subject: [PATCH] feat(Dependencies): Update dependency @angular/cdk to v18 | datasource | package | from | to | | ---------- | ------------ | ------- | ------ | | npm | @angular/cdk | 17.3.10 | 18.0.4 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d18435cf6e..91aaa88e2f 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.4", "@angular/common": "17.3.10", "@angular/compiler": "17.3.10", "@angular/core": "17.3.10",