diff --git a/package-lock.json b/package-lock.json index d02e6aeef..62438a238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "GPL-3.0", "dependencies": { "@angular/animations": "16.2.12", - "@angular/cdk": "16.2.12", + "@angular/cdk": "16.2.14", "@angular/common": "16.2.12", "@angular/compiler": "16.2.12", "@angular/core": "16.2.12", @@ -762,9 +762,10 @@ } }, "node_modules/@angular/cdk": { - "version": "16.2.12", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.12.tgz", - "integrity": "sha512-wT8/265zm2WKY0BDaRoYbrAT4kadrmejTRLjuimQIEUKnw4vBsJMWCwQkpFo3s6zr6eznGqYVAFb8KKPVLKGBg==", + "version": "16.2.14", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz", + "integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index e55d346b6..ebd9e2591 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ }, "dependencies": { "@angular/animations": "16.2.12", - "@angular/cdk": "16.2.12", + "@angular/cdk": "16.2.14", "@angular/common": "16.2.12", "@angular/compiler": "16.2.12", "@angular/core": "16.2.12",