How to know javascript framework version from the installed pega version

I am looking for help to know the javascript framework version used in the installed package.

I am not able to find it system information or any of the js file in the pega code base, also not in the release notes as well. Can some one help me to find it?

@YogeshW1 To find the JavaScript framework version used in your installed Pega package, you can search for the JS bundle pzpega_ui_jquery. For example, Pega 8.4.1 and 8.5.1 ship with jQuery 3.4.1 and jQuery UI 1.12.1. You can also check the rule pzpega_jquery_latest to find the latest version of jQuery used in your Pega environment. If you are using Pega 8.7.3, it uses jQuery 3.6.0. For other versions, you might need to refer to specific documentation or check within the Pega codebase as mentioned.

To find the version of the JavaScript framework used in your installed Pega package you can refer to the Pega Trust Centre for Security Bulletins and Security Advisories. Additionally you can check the forum discussions for notifications regarding version specific Critical Hotfixes. If you are using an older version of Pega such as Pega 7.4 it might be using an earlier version of jQuery. It is recommended to upgrade to the latest versions of Pega for important security and reliability improvements.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Code scanning for third party Packages

@MarijeSchillernThanks a lot.