Conversation
brace-expansion and @babel/helpers vulnerabilities
43d51be to
0e55ec2
Compare
brace-expansion and @babel/helpers vulnerabilities0e55ec2 to
1b17fea
Compare
1b17fea to
8e246b6
Compare
See also: - https://www.npmjs.com/package/brace-expansion - https://github.com/juliangruber/brace-expansion Security Alerts: - GHSA-v6h2-p8h4-qcjw - brace-expansion Regular Expression Denial of Service - Affects: >=1.0.0 <=1.1.11 Verification (`npm ls brace-expansion`): Before: └─┬ eslint@8.57.0 └─┬ minimatch@3.1.2 └── brace-expansion@1.1.11 After: └─┬ eslint@8.57.0 └─┬ minimatch@3.1.2 └── brace-expansion@1.1.12 Verification (`yarn why brace-expansion`): Before: => Found "brace-expansion@1.1.11" info Reasons this module exists - "eslint#minimatch" depends on it - Hoisted from "eslint#minimatch#brace-expansion" After: => Found "brace-expansion@1.1.12" info Reasons this module exists - "eslint#minimatch" depends on it - Hoisted from "eslint#minimatch#brace-expansion"
See also: - https://www.npmjs.com/package/@babel/helpers - https://github.com/babel/babel - https://github.com/babel/babel/blob/main/CHANGELOG.md Security Alerts: - GHSA-968p-4wvh-cqc8 - Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups - Affects: <7.26.10 Verification (`npm ls @babel/helpers`): Before: └─┬ jest@29.7.0 └─┬ @jest/core@29.7.0 └─┬ @jest/transform@29.7.0 └─┬ @babel/core@7.22.17 └── @babel/helpers@7.22.15 After: └─┬ jest@29.7.0 └─┬ @jest/core@29.7.0 └─┬ @jest/transform@29.7.0 └─┬ @babel/core@7.22.17 └── @babel/helpers@7.28.6 Verification (`yarn why @babel/helpers`): Before: => Found "@babel/helpers@7.22.15" info Reasons this module exists - "jest#@jest#core#@jest#transform#@babel#core" depends on it - Hoisted from "jest#@jest#core#@jest#transform#@babel#core#@babel#helpers" info Disk size with transitive dependencies: "8.56MB" After: => Found "@babel/helpers@7.28.6" info Reasons this module exists - "jest#@jest#core#@jest#transform#@babel#core" depends on it - Hoisted from "jest#@jest#core#@jest#transform#@babel#core#@babel#helpers" info Disk size with transitive dependencies: "7.05MB"
8e246b6 to
96826ee
Compare
Collaborator
Author
|
@cursor review |
buritos
approved these changes
Feb 10, 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.
Resolves LOB-1518.
Summary
Dismissed: aws-sdk v2 (GHSA-j965-2qgj-vjmq)
The remaining low-severity advisory affects all aws-sdk v2 versions (>=2.0.0 <=3.0.0) and recommends migrating to v3 or adding region parameter validation. This is a deprecation-level advisory, not a traditional vulnerability. Migration to v3 would be a significant refactor tracked separately.
Security Alerts
Test plan
npm installsucceedsnpm run lintpassesnpm testpasses (25/25 tests, 98.63% coverage)npm run packagerebuilds dist/ successfullynpm auditconfirms 2 vulnerabilities resolved (3 → 1 remaining)Note
Low Risk
Lockfile and dependency override updates only; primary risk is unintended build/test differences from updated transitive Babel tooling.
Overview
Updates dependency pinning to address known npm audit vulnerabilities by forcing patched transitive versions.
package.jsonadds overrides/resolutions forbrace-expansion@^1.1.12and@babel/helpers@^7.26.10, and the lockfiles (package-lock.json,yarn.lock) are refreshed accordingly, bumping related Babel packages (e.g.,@babel/helpers,@babel/parser,@babel/types,@babel/code-frame) and removing now-unneeded transitive entries.Written by Cursor Bugbot for commit 96826ee. Configure here.