diff --git a/package-lock.json b/package-lock.json index 24eba0294..449798097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^20.1.3", - "@angular/cdk": "^20.1.3", + "@angular/cdk": "^20.2.3", "@angular/common": "^20.1.3", "@angular/compiler": "^20.1.3", "@angular/core": "^20.1.3", @@ -1119,9 +1119,9 @@ "license": "MIT" }, "node_modules/@angular/cdk": { - "version": "20.1.3", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.1.3.tgz", - "integrity": "sha512-TO/OBOPWIDJe+0g4S+ye6hewnWOhgWGa4iygvAlmQ77nyqhioHT60puyaDZRATxKh9k6KVmg9cPAk1lYbOFvaA==", + "version": "20.2.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.3.tgz", + "integrity": "sha512-gu1zzxxcwobeiH21VpphM+cPFrQX0dxGwlFx1W8eTcLYLWd9YjlTETucBrEUEWcXmRrVTXf/VcqA0rWsxd50Ow==", "license": "MIT", "dependencies": { "parse5": "^8.0.0", diff --git a/package.json b/package.json index f17b64617..7c883902f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "private": true, "dependencies": { "@angular/animations": "^20.1.3", - "@angular/cdk": "^20.1.3", + "@angular/cdk": "^20.2.3", "@angular/common": "^20.1.3", "@angular/compiler": "^20.1.3", "@angular/core": "^20.1.3",