From 00b1f78037e9685954a0b2fed7b58c91b07fd3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:39:17 +0000 Subject: [PATCH] Bump @angular/cdk in /src/Spd.Presentation.Licensing/ClientApp Bumps [@angular/cdk](https://github.com/angular/components) from 20.1.4 to 20.2.1. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/20.1.4...20.2.1) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 20.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 8 ++++---- src/Spd.Presentation.Licensing/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Spd.Presentation.Licensing/ClientApp/package-lock.json b/src/Spd.Presentation.Licensing/ClientApp/package-lock.json index 19c1fe17c4..9f75d67664 100644 --- a/src/Spd.Presentation.Licensing/ClientApp/package-lock.json +++ b/src/Spd.Presentation.Licensing/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@angular/animations": "^20.1.4", - "@angular/cdk": "^20.1.4", + "@angular/cdk": "^20.2.1", "@angular/common": "^20.1.4", "@angular/compiler": "^20.1.4", "@angular/core": "^20.1.4", @@ -743,9 +743,9 @@ } }, "node_modules/@angular/cdk": { - "version": "20.1.4", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.1.4.tgz", - "integrity": "sha512-Uz0fLZRWpKG7xniXSw3Hr4QEvTlVurov07BBz6nRWseGxeHCDkFqKc3UEriovCQ7ylJdR6miIu7j+h4PWLH48g==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.1.tgz", + "integrity": "sha512-yEPh5hr9LZW4ey/HxtaGdSBDIkNzziLo0Dr1RP8JcxhOQ2Bzv2PZ+g8jC6aPGD7NPV8FtDf0FhTEzQr+m+gBXQ==", "license": "MIT", "dependencies": { "parse5": "^8.0.0", diff --git a/src/Spd.Presentation.Licensing/ClientApp/package.json b/src/Spd.Presentation.Licensing/ClientApp/package.json index eaea574a40..7b87e5b701 100644 --- a/src/Spd.Presentation.Licensing/ClientApp/package.json +++ b/src/Spd.Presentation.Licensing/ClientApp/package.json @@ -16,7 +16,7 @@ "private": true, "dependencies": { "@angular/animations": "^20.1.4", - "@angular/cdk": "^20.1.4", + "@angular/cdk": "^20.2.1", "@angular/common": "^20.1.4", "@angular/compiler": "^20.1.4", "@angular/core": "^20.1.4",