From e2e7d47c60c23935997efa320debd69149d47bbc Mon Sep 17 00:00:00 2001 From: munirathinaraoSF4993 Date: Tue, 23 Jun 2026 13:45:48 +0530 Subject: [PATCH 1/2] feature(REPORT-512530): Updated the versions to resolve dependabot issues --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f9b9259..79da25d 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ }, "dependencies": { "@angular/animations": "21.2.8", - "@angular/common": "21.2.8", - "@angular/compiler": "21.2.8", - "@angular/core": "21.2.8", + "@angular/common": "22.0.2", + "@angular/compiler": "22.0.2", + "@angular/core": "22.0.2", "@angular/forms": "21.2.8", "@angular/platform-browser": "21.2.8", "@angular/platform-browser-dynamic": "21.2.8", From bc4774e085426a0090fa9c7f9f8995a0586df9c8 Mon Sep 17 00:00:00 2001 From: munirathinaraoSF4993 Date: Tue, 23 Jun 2026 14:24:35 +0530 Subject: [PATCH 2/2] feature(REPORT-512530): Updated the versions to 21.1.17 for dependent packages and the issue packages --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 79da25d..b741ada 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ "serve": "gulp serve" }, "dependencies": { - "@angular/animations": "21.2.8", - "@angular/common": "22.0.2", - "@angular/compiler": "22.0.2", - "@angular/core": "22.0.2", - "@angular/forms": "21.2.8", - "@angular/platform-browser": "21.2.8", - "@angular/platform-browser-dynamic": "21.2.8", - "@angular/router": "21.2.8", + "@angular/animations": "21.2.17", + "@angular/common": "21.2.17", + "@angular/compiler": "21.2.17", + "@angular/core": "21.2.17", + "@angular/forms": "21.2.17", + "@angular/platform-browser": "21.2.17", + "@angular/platform-browser-dynamic": "21.2.17", + "@angular/router": "21.2.17", "@boldreports/angular-reporting-components": "13.1.26", "@boldreports/javascript-reporting-controls": "13.1.26", "@boldreports/javascript-reporting-extensions": "13.1.26", @@ -38,7 +38,7 @@ "devDependencies": { "@angular-devkit/build-angular": "21.2.7", "@angular/cli": "21.2.7", - "@angular/compiler-cli": "21.2.8", + "@angular/compiler-cli": "21.2.17", "@types/jasmine": "2.8.8", "@types/jasminewd2": "2.0.3", "@types/jquery": "3.3.29",