From 3f0f7c56603035971ca3cb16e16d0ebd8de6d908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:18:42 +0000 Subject: [PATCH] feat(Dependencies): Update dependency @angular/cdk to v18.2.5 | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | npm | @angular/cdk | 18.2.4 | 18.2.5 | --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ed0a681d2..a7857a793a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.881.0", + "version": "4.882.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@denbi/cloud-portal-webapp", - "version": "4.881.0", + "version": "4.882.0", "dependencies": { "@angular-eslint/eslint-plugin": "^18.3.0", "@angular/animations": "18.2.5", - "@angular/cdk": "18.2.4", + "@angular/cdk": "18.2.5", "@angular/common": "18.2.5", "@angular/compiler": "18.2.5", "@angular/core": "18.2.5", @@ -1498,9 +1498,9 @@ } }, "node_modules/@angular/cdk": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.4.tgz", - "integrity": "sha512-o+TuxZDqStfkviEkCR05pVyP6R2RIruEs/45Cms76hlsIheMoxRaxir/yrHdh4tZESJJhcO/EVE+aymNIRWAfg==", + "version": "18.2.5", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.5.tgz", + "integrity": "sha512-HLg5cfrIrgNIJJ+0v3kLieHeLPJLFNOBO359holXOrKUPRG+XQ3CT8EzSvREFm1XkaSEsDC0+dnG0ouNhOPFpQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 819b2a73af..8e79a68569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.881.0", + "version": "4.882.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.5", - "@angular/cdk": "18.2.4", + "@angular/cdk": "18.2.5", "@angular/common": "18.2.5", "@angular/compiler": "18.2.5", "@angular/core": "18.2.5",