Bump the composer group across 1 directory with 9 updates#1124
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the composer group across 1 directory with 9 updates#1124dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the composer group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) | `7.10.3` | `7.12.1` | | [laravel/framework](https://github.com/laravel/framework) | `12.60.2` | `12.61.1` | | [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) | `1.30.4` | `1.30.5` | | [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.52` | `3.0.55` | | [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) | `7.4.12` | `7.4.13` | Updates `guzzlehttp/guzzle` from 7.10.3 to 7.12.1 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.12/CHANGELOG.md) - [Commits](guzzle/guzzle@7.10.3...7.12.1) Updates `laravel/framework` from 12.60.2 to 12.61.1 - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md) - [Commits](laravel/framework@v12.60.2...v12.61.1) Updates `guzzlehttp/psr7` from 2.10.1 to 2.12.1 - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/2.12/CHANGELOG.md) - [Commits](guzzle/psr7@2.10.1...2.12.1) Updates `phpoffice/phpspreadsheet` from 1.30.4 to 1.30.5 - [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases) - [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/1.30.5/CHANGELOG.md) - [Commits](PHPOffice/PhpSpreadsheet@1.30.4...1.30.5) Updates `phpseclib/phpseclib` from 3.0.52 to 3.0.55 - [Release notes](https://github.com/phpseclib/phpseclib/releases) - [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md) - [Commits](phpseclib/phpseclib@3.0.52...3.0.55) Updates `symfony/html-sanitizer` from 7.4.12 to 7.4.13 - [Release notes](https://github.com/symfony/html-sanitizer/releases) - [Changelog](https://github.com/symfony/html-sanitizer/blob/8.2/CHANGELOG.md) - [Commits](symfony/html-sanitizer@v7.4.12...v7.4.13) Updates `symfony/http-foundation` from 7.4.8 to 7.4.13 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/8.2/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.4.8...v7.4.13) Updates `symfony/polyfill-intl-idn` from 1.37.0 to 1.38.1 - [Release notes](https://github.com/symfony/polyfill-intl-idn/releases) - [Commits](symfony/polyfill-intl-idn@v1.37.0...v1.38.1) Updates `symfony/routing` from 7.4.12 to 7.4.13 - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/8.2/CHANGELOG.md) - [Commits](symfony/routing@v7.4.12...v7.4.13) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.12.1 dependency-type: direct:production dependency-group: composer - dependency-name: laravel/framework dependency-version: 12.61.1 dependency-type: direct:production dependency-group: composer - dependency-name: guzzlehttp/psr7 dependency-version: 2.12.1 dependency-type: indirect dependency-group: composer - dependency-name: phpoffice/phpspreadsheet dependency-version: 1.30.5 dependency-type: indirect dependency-group: composer - dependency-name: phpseclib/phpseclib dependency-version: 3.0.55 dependency-type: indirect dependency-group: composer - dependency-name: symfony/html-sanitizer dependency-version: 7.4.13 dependency-type: indirect dependency-group: composer - dependency-name: symfony/http-foundation dependency-version: 7.4.13 dependency-type: indirect dependency-group: composer - dependency-name: symfony/polyfill-intl-idn dependency-version: 1.38.1 dependency-type: indirect dependency-group: composer - dependency-name: symfony/routing dependency-version: 7.4.13 dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the composer group with 5 updates in the / directory:
7.10.37.12.112.60.212.61.11.30.41.30.53.0.523.0.557.4.127.4.13Updates
guzzlehttp/guzzlefrom 7.10.3 to 7.12.1Release notes
Sourced from guzzlehttp/guzzle's releases.
... (truncated)
Changelog
Sourced from guzzlehttp/guzzle's changelog.
... (truncated)
Commits
d346274Release 7.12.17f537cdReject dot-only cookie domains (#3653)29482f2Adjust version constraints (#3651)fc70174Reject proxy URLs with a malformed scheme in the cURL handlers (#3637)0f4da82Reject HTTPS proxies when libcurl lacks HTTPS-proxy support (#3626)eaa8159Release 7.12.0e0d3349Adjustedguzzlehttp/psr7version constraint and corrected links (#3646)8ca9415Normalize scalar body request options (#3644)1a8d3aaTranslate scheme-less proxies and their credentials in the stream handler (#3...751f7a5Revert too aggressive authenticated proxy tunnel reuse mitigation (#3641)Updates
laravel/frameworkfrom 12.60.2 to 12.61.1Release notes
Sourced from laravel/framework's releases.
Commits
e8472caUpdate version to v12.61.161d5557[12.x] Ensureconfigis bound before trying to log deprecation notice (#60376)12df688[12.x] Ensure path seperators aren't encoded in LocalFilesystemAdapter (#60350)33afd1e[12.x] Fix Number::pairs() infinite loop when $by is zero or negative (#60324)e854b8cFix FIFO queue name normalization in Cloud managed queues (#60316)55d9fb8fix(Number): return INF/NAN as-is in trim() (#60322)c76283cFix regex typo in Env::addVariableToEnvContents that prevented quoting values...6730281Fix@paramstypo in Fluent and MessageBag toPrettyJson() docblocks (#60313)b8f2341Preserve empty HTTP attach contents (#60291)3438371Update CHANGELOGUpdates
guzzlehttp/psr7from 2.10.1 to 2.12.1Release notes
Sourced from guzzlehttp/psr7's releases.
... (truncated)
Changelog
Sourced from guzzlehttp/psr7's changelog.
... (truncated)
Commits
172ef2fRelease 2.12.1f3f94b4Mitigate CRLF Injection in HTTP Start-Line Serialization (#798)9b38012Release 2.12.0fffbe3dDeprecate non-string scalar stream bodies and query values (#790)6a37393Deprecate non-finite float values (#788)640e289Release 2.11.10220ac9Fix non-finite float coercion warnings on PHP 8.5 (#787)bbb5e61Release 2.11.0aac7d94Restore copyToStream throws annotation (#781)d6f9070Fix copyToStream short writes (#772)Updates
phpoffice/phpspreadsheetfrom 1.30.4 to 1.30.5Release notes
Sourced from phpoffice/phpspreadsheet's releases.
Changelog
Sourced from phpoffice/phpspreadsheet's changelog.
Commits
97bcabdactions/checkout v60e2a4e2actions/cache v51433b34Security PatchUpdates
phpseclib/phpseclibfrom 3.0.52 to 3.0.55Release notes
Sourced from phpseclib/phpseclib's releases.
Changelog
Sourced from phpseclib/phpseclib's changelog.
Commits
db9744eMerge branch '3.0' of github.com:phpseclib/phpseclib into 3.01f0c555RSA: types in the comment4f5414fCHANGELOG: new released7b53f6RSA: PKCS1 signature verification didn't always work with OpenSSL89a3daeMerge branch '2.0' into 3.0efbc42cMerge branch '1.0' into 2.0b732ef5README: update 1.0 download link5418963Merge branch '2.0' into 3.0d73c9e0Merge branch '1.0' into 2.0fa867e5CHANGELOG: add new releaseUpdates
symfony/html-sanitizerfrom 7.4.12 to 7.4.13Release notes
Sourced from symfony/html-sanitizer's releases.
Commits
761f6c4Merge branch '6.4' into 7.4fba29d9security #cve-2026-48761 [HtmlSanitizer] Sanitize URL attributes on <object>,...a326fa2security #cve-2026-48760 [HtmlSanitizer] Reject percent-encoded BiDi marks an...a33ec9eMerge branch '6.4' into 7.4b8617a0[HtmlSanitizer] Honor universal attribute sanitizers, apply maxInputLength to...cc08b9c[HtmlSanitizer] Sanitize URL attributes on <object>, <applet>, <iframe>, <img...2e05019[HtmlSanitizer] Reject percent-encoded BiDi marks and Unicode whitespace in URLsUpdates
symfony/http-foundationfrom 7.4.8 to 7.4.13Release notes
Sourced from symfony/http-foundation's releases.
Commits
bc354f4Merge branch '6.4' into 7.448d76c2security #cve-2026-48736 [HttpFoundation] Block IPv6 transition forms in IpUt...fda5ebeMerge branch '6.4' into 7.45979ae8Ignore Doctrine DBAL deprecations that can't be worked around10d5daa[HttpFoundation] Fix tests for PHP 8.6: session.cookie_samesite=Lax3ebc78a[HttpFoundation] Block IPv6 transition forms in IpUtils::PRIVATE_SUBNETS051a962Merge branch '6.4' into 7.45402ad1Remove wrong documentationc38f205[7.4] Remove usages of named arguments in testsa762b60Update XSD references in phpunit.xml.dist filesUpdates
symfony/polyfill-intl-idnfrom 1.37.0 to 1.38.1Release notes
Sourced from symfony/polyfill-intl-idn's releases.
Commits
dc21118[Intl][Idn] Reject xn-- labels whose Punycode payload decodes to ASCII-onlyUpdates
symfony/routingfrom 7.4.12 to 7.4.13Release notes
Sourced from symfony/routing's releases.
Commits
3a16217Merge branch '6.4' into 7.4af04c79Merge branch '5.4' into 6.4e6f3f03Fix tests and merge resolution after merging 6.4 into 7.45156fe8Merge branch '6.4' into 7.4be4ce34[Routing][RateLimiter][Mime][Security] Harden __unserialize against __toStrin...f4ca0c5[Routing] Fix dot-segment encoding for chained "../" and "./" in generated URLsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.