Skip to content

Bump the composer group across 1 directory with 2 updates #2327

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

Open
wants to merge 1 commit into
base: 2.1
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps the composer group with 2 updates in the / directory: league/commonmark and setasign/fpdi.

Updates league/commonmark from 2.6.1 to 2.7.1

Release notes

Sourced from league/commonmark's releases.

2.7.1

Notable Changes

Changed

  • Optimized several regular expressions in RegexHelper to improve performance (#674, #1086)

Fixed

  • EmbedProcessor no longer calls updateEmbeds() when there are no embeds to update (#1081)
  • Fixed missing benchmark.php CSV path validation for non-existent files (#1068, #1085)

New Contributors

Full Changelog: thephpleague/commonmark@2.7.0...2.7.1

2.7.0

This is a security release to address a potential cross-site scripting (XSS) vulnerability when using the AttributesExtension with untrusted user input.

Added

  • Added attributes/allow config option to specify which attributes users are allowed to set on elements (default allows virtually all attributes)

Changed

  • The AttributesExtension blocks all attributes starting with on unless explicitly allowed via the attributes/allow config option
  • The allow_unsafe_links option is now respected by the AttributesExtension when users specify href and src attributes

2.6.2

Fixed

  • Fixed Attributes extension parsing regression (#1071)

Other Changes

New Contributors

Full Changelog: thephpleague/commonmark@2.6.1...2.6.2

Changelog

Sourced from league/commonmark's changelog.

[2.7.1] - 2025-07-20

Changed

  • Optimized several regular expressions in RegexHelper to improve performance (#674, #1086)

Fixed

  • EmbedProcessor no longer calls updateEmbeds() when there are no embeds to update (#1081)
  • Fixed missing benchmark.php CSV path validation for non-existent files (#1068, #1085)

[2.7.0] - 2025-05-05

This is a security release to address a potential cross-site scripting (XSS) vulnerability when using the AttributesExtension with untrusted user input.

Added

  • Added attributes/allow config option to specify which attributes users are allowed to set on elements (default allows virtually all attributes)

Changed

  • The AttributesExtension blocks all attributes starting with on unless explicitly allowed via the attributes/allow config option
  • The allow_unsafe_links option is now respected by the AttributesExtension when users specify href and src attributes

[2.6.2] - 2025-04-18

Fixed

  • Fixed Attributes extension parsing regression (#1071)
Commits
  • 1073224 Prepare to release 2.7.1
  • 00f2f51 Merge pull request #1086 from thephpleague/regex-optimizations
  • 0f8e8af Optimize HTML Block Type 6 pattern with possessive quantifiers
  • badbf6c Add possessive quantifiers to HTML tag patterns to prevent backtracking
  • cc6e900 Optimize PARTIAL_HTMLCOMMENT with better grouping
  • 142edc4 Add atomic group to PARTIAL_ENTITY to prevent backtracking
  • 26c0a98 Optimize REGEX_THEMATIC_BREAK by consolidating anchors
  • 727f5fa Optimize REGEX_PUNCTUATION by removing redundant explicit characters
  • 37d451e Merge pull request #1085 from thephpleague/copilot/fix-1068
  • b8ba8fa Fix benchmark.php CSV path validation for non-existent files
  • Additional commits viewable in compare view

Updates setasign/fpdi from 2.6.3 to 2.6.4

Release notes

Sourced from setasign/fpdi's releases.

FPDI 2.6.4

Fixes

  • Fixed handling of recursive structures to avoid memory exhaustion (CVE-2025-54869).

Tweaks

  • Added check for false of return value of StreamReader::readBytes() in CrossReference\FixedReader to avoid PHP warning.
Commits
  • 4b53852 Updated version constant
  • 52343d0 Merge pull request #238 from Setasign/development
  • ba671ba Merge commit from fork
  • 3a3b037 Fixed namespace of PdfReaderTest
  • 1612aaf Moved infinite recursion tests from functional to unit
  • edee622 Fixed possible infinite recursion in PdfType::resolve()
  • 282e79b Added test cases for handling recursive page tree structures
  • d8c211b Fixed infinite loop in case of a recursive pages dictionary
  • 4fc6d6e Merge pull request #237 from mitelg/chore/update-tcpdf
  • dc37446 chore: Increase minimum version of tecnickcom/tcpdf
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 2 updates in the / directory: [league/commonmark](https://github.com/thephpleague/commonmark) and [setasign/fpdi](https://github.com/Setasign/FPDI).


Updates `league/commonmark` from 2.6.1 to 2.7.1
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.7/CHANGELOG.md)
- [Commits](thephpleague/commonmark@2.6.1...2.7.1)

Updates `setasign/fpdi` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/Setasign/FPDI/releases)
- [Commits](Setasign/FPDI@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-version: 2.7.1
  dependency-type: indirect
  dependency-group: composer
- dependency-name: setasign/fpdi
  dependency-version: 2.6.4
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies php Pull requests that update php code labels Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies php Pull requests that update php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants