From 90ff5cd4a515c30f12485abe239a590651b48195 Mon Sep 17 00:00:00 2001 From: Kokila Poovendran Date: Fri, 10 Jul 2026 17:14:45 +0530 Subject: [PATCH 1/2] 1040273: Addressed the dependabot issue --- angular.json | 6 +++--- package.json | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/angular.json b/angular.json index 347b2b0..5fb0d28 100644 --- a/angular.json +++ b/angular.json @@ -57,18 +57,18 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "circularapp:build" + "buildTarget": "circularapp:build" }, "configurations": { "production": { - "browserTarget": "circularapp:build:production" + "buildTarget": "circularapp:build:production" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "circularapp:build" + "buildTarget": "circularapp:build" } }, "test": { diff --git a/package.json b/package.json index f45a98e..e473d24 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.2.5", - "@angular/common": "~10.2.5", - "@angular/compiler": "~10.2.5", - "@angular/core": "~10.2.5", - "@angular/forms": "~10.2.5", - "@angular/platform-browser": "~10.2.5", - "@angular/platform-browser-dynamic": "~10.2.5", - "@angular/router": "~10.2.5", + "@angular/animations": "~19.2.19", + "@angular/common": "~19.2.19", + "@angular/compiler": "~19.2.19", + "@angular/core": "~19.2.19", + "@angular/forms": "~19.2.19", + "@angular/platform-browser": "~19.2.19", + "@angular/platform-browser-dynamic": "~19.2.19", + "@angular/router": "~19.2.19", "@syncfusion/ej2-angular-circulargauge": "^18.4.30", "core-js": "^3.6.5", "rxjs": "~6.6.0", @@ -26,10 +26,10 @@ "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1002.3", - "@angular/cli": "~10.2.3", - "@angular/compiler-cli": "~10.2.5", - "@angular/language-service": "~10.2.5", + "@angular-devkit/build-angular": "~19.2.19", + "@angular/cli": "~19.2.19", + "@angular/compiler-cli": "~19.2.19", + "@angular/language-service": "~19.2.19", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", @@ -44,6 +44,6 @@ "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", - "typescript": "~4.0.2" + "typescript": "~5.8.3" } } From 720de3cf3da224786563e4d8f427b382ecf7d6d6 Mon Sep 17 00:00:00 2001 From: Kokila Poovendran Date: Fri, 10 Jul 2026 17:57:12 +0530 Subject: [PATCH 2/2] 1028566: Resolved the dependabot issue --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e473d24..666adb4 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "@angular/router": "~19.2.19", "@syncfusion/ej2-angular-circulargauge": "^18.4.30", "core-js": "^3.6.5", - "rxjs": "~6.6.0", + "rxjs": "~7.8.1", "tslib": "^2.0.0", - "zone.js": "~0.10.2" + "zone.js": "~0.15.0" }, "devDependencies": { "@angular-devkit/build-angular": "~19.2.19", @@ -32,7 +32,7 @@ "@angular/language-service": "~19.2.19", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", - "@types/node": "^12.11.1", + "@types/node": "^20.19.0", "codelyzer": "^6.0.0", "jasmine-core": "~3.8.0", "jasmine-spec-reporter": "~5.0.0",