From 58b386e1826a16785f2aa5af83c6315b040935e5 Mon Sep 17 00:00:00 2001 From: Sundaresan Gunasekaran <93243379+SundaresanGunasekaran@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:38:15 +0530 Subject: [PATCH 1/3] feature(REPORT-451700): Resolved Dependabot Alerts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45429bb..c438813 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "SEE LICENSE IN README.md", "dependencies": { "jquery": "*", - "jquery-validation": "1.19.5", + "jquery-validation": "1.20.0", "jsrender": "*", "@boldreports/global": "10.1.11" }, @@ -37,4 +37,4 @@ "url": "https://github.com/boldreports/javascript-reporting-controls/issues" }, "homepage": "https://boldreports.com" -} \ No newline at end of file +} From 1bd15dacd7f7d2122549c6ef5128c9c72fe5b315 Mon Sep 17 00:00:00 2001 From: Sundaresan Gunasekaran <93243379+SundaresanGunasekaran@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:20:36 +0530 Subject: [PATCH 2/3] feature(REPORT-451700): Resolved Dependabot Alerts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c438813..e78d4b7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "author": "Syncfusion Inc", "license": "SEE LICENSE IN README.md", "dependencies": { - "jquery": "*", + "jquery": "1.12.2", "jquery-validation": "1.20.0", "jsrender": "*", "@boldreports/global": "10.1.11" From f35dd0a669c8ccb6c4b145c884cfed8afe7b618d Mon Sep 17 00:00:00 2001 From: Sundaresan Gunasekaran <93243379+SundaresanGunasekaran@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:22:31 +0530 Subject: [PATCH 3/3] feature(REPORT-451700): Resolved Dependabot Alerts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e78d4b7..3cbb378 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "author": "Syncfusion Inc", "license": "SEE LICENSE IN README.md", "dependencies": { - "jquery": "1.12.2", + "jquery": "3.5.0", "jquery-validation": "1.20.0", - "jsrender": "*", + "jsrender": "0.9.74", "@boldreports/global": "10.1.11" }, "bugs": {