From 6cce9bec831fb7a6851f99da3a4033c41a87b212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:10:58 +0000 Subject: [PATCH] fix(deps): update dependency @angular/common to v20 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 789b6649..573e9704 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@angular/animations": "~18.2.0", - "@angular/common": "~18.2.0", + "@angular/common": "~20.0.0", "@angular/compiler": "~18.2.0", "@angular/core": "~18.2.0", "@angular/forms": "~18.2.0",