-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jQuery version #118
Conversation
Codecov Report
@@ Coverage Diff @@
## master #118 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mlxd!
Co-authored-by: Tom Bromley <[email protected]>
Co-authored-by: Tom Bromley <[email protected]>
Co-authored-by: Tom Bromley <[email protected]>
We should really backport this fix to any other repos that have the same legacy theme |
Definitely time to move the theme to a central repository :( |
Context: Recently, Dependabot issued an alert for docs/xanadu_theme/static/jquery.js and recommended an upgrade to a minimum jQuery version of 3.5.0. This PR addresses the security vulnerability and updates the instructions for building the Sphinx documentation.
Description of the Change:
Benefits: Fixes dependabot security alert
Possible Drawbacks: None
Related GitHub Issues: None. [ch7715]