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",