fix(deps): bump vulnerable dependencies (SEC-239) - #35
Merged
Conversation
- handlebars 4.7.8→4.7.9 - lodash 4.17.23→4.18.1 - lodash-es 4.17.23→4.18.1 - picomatch 2.3.1→2.3.2, 4.0.3→4.0.4 - path-to-regexp 0.1.12→0.1.13 - brace-expansion 5.0.4→5.0.5 Addresses Dependabot alerts #85, #88, #89, #91, #92, #94, #95, #96, #97, #99, #100, #101, #102. Made-with: Cursor
LeonardoL3
approved these changes
Apr 16, 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.
What did I change:
Bumped transitive dependency versions in
package-lock.jsonto resolve Dependabot security alerts. All vulnerable packages are devDependencies (transitive viasemantic-release,commitlint,cypress,html-webpack-plugin,webpack-dev-server), so no runtime impact on the published SDK.Packages updated:
handlebars4.7.8 → 4.7.9 — fixes critical AST type confusion JS injection, plus 6 additional high/medium/low vulnerabilitieslodash4.17.23 → 4.18.1 — fixes code injection via_.templateand prototype pollution in_.unset/_.omitlodash-es4.17.23 → 4.18.1 — same fixes as lodashpicomatch2.3.1 → 2.3.2 and 4.0.3 → 4.0.4 — fixes method injection in POSIX character classes and ReDoS via extglob quantifierspath-to-regexp0.1.12 → 0.1.13 — fixes ReDoS via multiple route parametersbrace-expansion5.0.4 → 5.0.5 — fixes zero-step sequence hang/memory exhaustionNo
package.jsonchanges were needed — all existing version constraints already allowed the patched versions.Remaining unfixable (2 warnings):
brace-expansionandpicomatchbundled insidenpm@11.12.0(transitive viasemantic-release) cannot be updated untilnpmpublishes a patched release.QA Notes:
All bumped packages are devDependencies only — they are not shipped in the published
@testboxlab/browserpackage. The build toolchain (webpack, esbuild, tsc) and commit tooling (commitlint, semantic-release, husky) are the consumers. Risk of regression is low, but CI build success confirms the toolchain still works correctly.Related Tickets:
SEC-239
Did you...
Made with Cursor