From f45ab8be5ded7e401b4202e61559b3642f620a75 Mon Sep 17 00:00:00 2001 From: Dhanush Chandar Akilan Date: Tue, 31 Mar 2026 11:49:37 +0530 Subject: [PATCH] 1016847- fixed dependabot issue in circular gauge. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f45a98e..8741abe 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "private": true, "dependencies": { "@angular/animations": "~10.2.5", - "@angular/common": "~10.2.5", - "@angular/compiler": "~10.2.5", - "@angular/core": "~10.2.5", + "@angular/common": "~21.0.1", + "@angular/compiler": "~21.0.2", + "@angular/core": "~21.0.7", "@angular/forms": "~10.2.5", "@angular/platform-browser": "~10.2.5", "@angular/platform-browser-dynamic": "~10.2.5",