From 6cb60d1c0144e5aea2ea5bc119037716c383b1b3 Mon Sep 17 00:00:00 2001 From: SundaresanGunasekaran Date: Tue, 20 Jan 2026 05:29:49 +0530 Subject: [PATCH] feature(REPORT-481519): Resolve Dependabot Alerts --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b20d549..d9f5ad1 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ "serve": "gulp serve" }, "dependencies": { - "@angular/animations": "21.0.6", - "@angular/common": "21.0.6", - "@angular/compiler": "21.0.6", - "@angular/core": "21.0.6", - "@angular/forms": "21.0.6", - "@angular/platform-browser": "21.0.6", - "@angular/platform-browser-dynamic": "21.0.6", - "@angular/router": "21.0.6", + "@angular/animations": "21.1.0", + "@angular/common": "21.1.0", + "@angular/compiler": "21.1.0", + "@angular/core": "21.1.0", + "@angular/forms": "21.1.0", + "@angular/platform-browser": "21.1.0", + "@angular/platform-browser-dynamic": "21.1.0", + "@angular/router": "21.1.0", "@boldreports/angular-reporting-components": "12.1.12", "@boldreports/javascript-reporting-controls": "12.1.12", "@boldreports/javascript-reporting-extensions": "12.1.12", @@ -36,9 +36,9 @@ "zone.js": "0.15.1" }, "devDependencies": { - "@angular-devkit/build-angular": "21.0.4", - "@angular/cli": "21.0.4", - "@angular/compiler-cli": "21.0.6", + "@angular-devkit/build-angular": "21.1.0", + "@angular/cli": "21.1.0", + "@angular/compiler-cli": "21.1.0", "@types/jasmine": "2.8.8", "@types/jasminewd2": "2.0.3", "@types/jquery": "3.3.29",