fix(deps): security bumps for 54 Dependabot alerts#147
Merged
Conversation
Lockfile-only updates (npm update --package-lock-only) for same-major, in-range transitive/direct deps to patched versions: dompurify 3.3.2->3.4.11, @babel/core 7.29.0->7.29.7, axios 1.13.5->1.18.1, form-data 4.0.5->4.0.6, launch-editor 2.12.0->2.14.1, shell-quote 1.8.3->1.9.0 (CRITICAL GHSA-w7jw-789q-3m8p), tmp 0.2.5->0.2.7, serialize-javascript 7.0.4->7.0.6, webpack-dev-server 5.2.3->5.2.5, simple-git 3.33.0->3.36.0, @babel/plugin-transform-modules-systemjs 7.28.5->7.29.7, fast-uri 3.1.0->3.1.3, fast-xml-builder 1.1.4->1.2.0, fast-xml-parser 5.5.6->5.9.3, ip-address 10.1.0->10.2.0, follow-redirects 1.15.11->1.16.0, basic-ftp 5.2.0->5.3.1, lodash 4.17.23->4.18.1, lodash-es 4.17.23->4.18.1, yaml 1.10.2->1.10.3, picomatch 2.3.1->2.3.2 & 4.0.3->4.0.4 npm install/build NOT run locally (disk-constrained); verify in CI.
Apply Dependabot-generated composer.lock (branch aws/aws-sdk-php-3.371.4): aws/aws-sdk-php 3.369.37->3.371.4 (GHSA-27qh-8cxx-2cr5, high, #56). Incidental in-range transitive bumps from the same Dependabot lock: guzzlehttp/psr7 2.8.0->2.9.0, symfony/filesystem v6.4.30->v6.4.34. composer.json unchanged (content-hash matches). composer install NOT run locally (cannot run composer / disk-constrained); verify in CI.
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
up1512001
approved these changes
Jun 30, 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.
Summary
Lockfile-only security bumps resolving 54 of 64 open Dependabot alerts (npm
package-lock.json+ composercomposer.lock). All same-major, no manifest range changes, no source edits. Includes the CRITICAL shell-quote alert (#113).npm (package-lock.json) —
npm update --package-lock-onlycomposer (composer.lock) — reused Dependabot-generated lock
Applied the Dependabot lock from branch
dependabot/composer/aws/aws-sdk-php-3.371.4;composer.jsonis byte-identical (content-hash matches), so this is the exact lock Dependabot generated. It also carries incidental in-range transitive bumpsguzzlehttp/psr72.8.0→2.9.0 andsymfony/filesystemv6.4.30→v6.4.34.Why these are safe
All bumps are within the existing semver ranges in
package.json/composer.json(same-major, no breaking range changes), produced bynpm update --package-lock-onlyand a reused Dependabot composer.lock respectively.How tested
Lockfile-only — NOT built/installed locally (disk-constrained; composer cannot be run in this environment).
npm install/build andcomposer installwere not executed locally. Please verify in CI. Bothpackage-lock.jsonandcomposer.lockvalidate as JSON.Residual risk — 10 alerts NOT fixed (require review)
~6.14.0range; unreachable without major changeDO NOT auto-merge — pending CI.