chore: patch Dependabot security advisories in composer & npm deps - #43
Merged
Conversation
Resolves all 10 Composer advisories (5 packages) and the non-breaking npm advisories reported by `composer audit` / `npm audit`. All are transitive dependencies; no top-level constraint changes were required. Composer (lock-only updates): - guzzlehttp/guzzle 7.11.1 -> 7.14.2 (dot-only cookie domain; HTTPS proxy downgrade) - guzzlehttp/psr7 2.11.0 -> 2.12.5 (CRLF injection in start-line serialization) - mtdowling/jmespath.php 2.8.0 -> 2.9.2 (compiler code injection) - phpseclib/phpseclib 3.0.50 -> 3.0.55 (OID DoS [high], X.509 SSRF, timing HMAC) - symfony/yaml 7.4.8 -> 7.4.14 (billion-laughs, ReDoS, stack exhaustion) npm (npm audit fix, non-breaking): - form-data (high), shell-quote (critical), @babel/core (low), tar (moderate) Deferred: esbuild/vite advisories require a breaking Vite 5 -> 8 upgrade (dev-server only, no production impact); tracked as separate work. Verified: composer audit clean, 27 Pest tests pass, npm run build succeeds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
kyledoesdev
added a commit
that referenced
this pull request
Jul 15, 2026
Resolves composer.lock conflict caused by the security patches (PR #43) landing on master. Kept the Laravel 13 branch's lock via --ours: it is a full L13 resolution that already contains the same secure package versions (guzzle 7.14.2, psr7 2.12.5, phpseclib 3.0.55, jmespath 2.9.2). package-lock.json auto-merged to master's patched npm versions. composer validate passes and the lock installs cleanly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Resolves all 10 Composer advisories (5 packages) and the non-breaking npm advisories reported by
composer audit/npm audit. All are transitive dependencies; no top-level constraint changes were required.Composer (lock-only updates):
npm (npm audit fix, non-breaking):
Deferred: esbuild/vite advisories require a breaking Vite 5 -> 8 upgrade (dev-server only, no production impact); tracked as separate work.
Verified: composer audit clean, 27 Pest tests pass, npm run build succeeds.