fix(deps): security bumps for 54 Dependabot alerts#139
Open
rtBot wants to merge 1 commit into
Open
Conversation
Lockfile-only same-major bumps to resolve open Dependabot security alerts. No manifest range changes, no source edits. Notable bumps: axios 1.13.5->1.18.1, dompurify 3.3.2->3.4.11, shell-quote 1.8.3->1.9.0 (critical), form-data 4.0.5->4.0.6, @babel/core 7.29.0->7.29.7, simple-git 3.33.0->3.36.0, tmp 0.2.5->0.2.7, webpack-dev-server 5.2.3->5.2.5, lodash/lodash-es 4.17.23->4.18.1, fast-xml-parser 5.5.6->5.9.3, basic-ftp 5.2.0->5.3.1, and others. Build NOT run locally (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.
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 same-major dependency bumps to resolve 54 open Dependabot security alerts (out of 59 open). No
package.jsonmanifest range changes and no source edits. 5 alerts remain flagged (see Residual risk).Fixed (54 alerts)
(@babel/core top-level also bumped 7.29.0 → 7.29.7 as part of the babel toolchain update.)
Why
All fixes are same-major version bumps applied via
npm update --package-lock-only(lockfile only). Every resulting version was verified to meet or exceed each alert'sfirst_patched_versionthreshold. dompurify and @babel/core are the only direct dependencies touched; their manifest ranges (^3.3.1,^7.29.0) already permit the patched versions, sopackage.jsonwas not modified.How tested
Lockfile-only change. Build NOT run locally (disk-constrained environment) — please verify in CI.
Residual risk (5 alerts NOT fixed)
@wordpress/babel-preset-defaultand@wordpress/scriptsexact-pin@babel/core: "7.25.7". Raising them would require changing those upstream packages. Flagged.~6.14.0via express/body-parser/wp-playground). Forcing it would require adding qs to the manifest / crossing a dependency range. Flagged.Do NOT merge automatically — review and let CI validate.