1001673: Resolved Github dependabot issue for different editing modes in angular gantt chart #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug description
1001673 : Resolved Github dependabot issue for expand state mapping with remote data in angular gantt chart.
Root cause
The Dependabot alert was triggered because the sample was using an outdated and vulnerable Angular version (~13.3.0) that is no longer supported and has no available patch for recent security vulnerabilities (including CVE-2025-66412 in
@angular/compilerand related core packages).Solution description
Resolved the reported error by updating both angular common/compiler version in package.json file.
Reason for not identifying earlier
Tag label
update-guideline-coreteamorupdate-guideline-productteam.Areas tested against this fix
Is it a breaking issue?
breaking-issue.If yes, provide the breaking commit details / MR here.
Action taken
Assigned to testing team.
Feature matrix document updated
Automation details - Mark
Is Automatedfield as (Yes, Manual, Not Applicable) in corresponding JIRA task once the bug is automated.If the same issue is reproduced in ej2, what will you do?
Is this common issue need to be addressed in the same component or on other components in our platform?
needs-attention-coreteamOutput screenshots
NA
Blazor Checklist
Confirm whether this feature is ensured in both Blazor Server and WASM
Is there any new API or existing API name change?
Is there any existing behavior change due to this code change?
breaking-changelabel.Do the code changes cause any memory leak and performance issue? (Test only if you suspect that your code may cause problem)
Reviewer Checklist