chore(deps): bump linkify-it-py from 2.1.0 to 2.1.1 in /docs - #640
Merged
adiati98 merged 4 commits intoSep 1, 2026
Conversation
Security release fixing quadratic complexity in LinkifyIt.match() (GHSA-8m2q-wq3r-6hq8; CVE-2026-48801, CVE-2026-59887). Mirrors the 7.0-line dependency bump raised for 7.1 in PR mautic#635.
Contributor
|
@promptless-for-oss please resolve the merge conflicts in this PR. |
adiati98
marked this pull request as ready for review
September 1, 2026 11:13
adiati98
requested review from
adiati98 and
favour-chibueze
and removed request for
a team
September 1, 2026 11:13
Contributor
Author
|
Thanks @adiati98 — I'll resolve the merge conflicts on this branch and follow up here once it's updated. |
Bring rstcheck (6.2.5->6.3.0) and esbonio (2.0.0->2.1.0) in line with the current 7.0 base so the linkify-it-py 2.1.0->2.1.1 security bump merges cleanly.
Merge the current 7.0 base (rstcheck 6.3.0, esbonio 2.1.0) into the branch so the linkify-it-py 2.1.0->2.1.1 security bump (GHSA-8m2q-wq3r-6hq8) merges cleanly. Resolved docs/requirements.txt by keeping linkify-it-py==2.1.1.
Contributor
Author
|
Done, @adiati98 — the merge conflicts are resolved and the branch is updated. It had been cut from an older 7.0 tip where |
adiati98
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Open in Promptless
Bumps
linkify-it-pyfrom 2.1.0 to 2.1.1 indocs/requirements.txton the7.0branch. This is a security release that fixes quadratic complexity inLinkifyIt.match()on untrusted input (GHSA-8m2q-wq3r-6hq8; upstream CVE-2026-48801, CVE-2026-59887; affected versions <= 2.1.0). Mirrors the same dependency bump already raised for the7.1branch in PR #635, replicated here so every maintained version branch receives the security fix.Trigger Events