From 2e9b656625cf90669bc34c0510c87723372f8b11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:03:05 +0000 Subject: [PATCH] fix(deps): update dependency @angular/common to v19 [security] --- packages/devextreme-angular/package.json | 2 +- packages/sandbox/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index a5347d2e1..761606a79 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@angular/animations": "~12.2.17", - "@angular/common": "~12.2.17", + "@angular/common": "~19.2.16", "@angular/compiler": "~12.2.17", "@angular/compiler-cli": "~12.2.17", "@angular/core": "~12.2.17", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 6831bbfe4..3ae6a6e80 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -9,7 +9,7 @@ "private": true, "dependencies": { "@angular/animations": "~12.2.17", - "@angular/common": "~12.2.17", + "@angular/common": "~19.2.16", "@angular/compiler": "~12.2.17", "@angular/core": "~12.2.17", "@angular/forms": "~12.2.17",