Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
4
-
Orion
-
Orion.Cycle 5.Sprint 1, Orion.Cycle5.Sprint2
-
Undetermined
Description
As part of our ongoing commitment to maintaining a secure and robust software infrastructure, we need to address a vulnerability issue in the Community/Frontend-ng application. The current version of Angular being used is 1.8.0, which has known security vulnerabilities. To mitigate these risks and ensure the application's stability, we need to upgrade the Angular version to 1.8.3.
The following steps should be followed to complete this upgrade:
- Perform a thorough review of the project's codebase and dependencies to identify any potential conflicts or issues that may arise during the upgrade process.
- Update the package.json file to reflect the new Angular version as a dependency and specify the required version as 1.8.3.
- Update any other dependencies or packages that may be affected by the Angular version upgrade to ensure compatibility and avoid conflicts.
- Run thorough unit tests to ensure that the application's functionality remains intact after the upgrade. Address any failing tests and fix any issues that may arise.