Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rollup": "^4.59.0",
"js-yaml@3": "^3.15.0",
"js-yaml@4": "^4.3.0",
"brace-expansion@1": "^1.1.16",
"brace-expansion@1": "^5.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep minimatch 3 on the 1.x brace-expansion API

This override forces the existing minimatch@3.1.5 entries in pnpm-lock.yaml to resolve brace-expansion: 5.0.7; however minimatch 3 treats require('brace-expansion') itself as the callable expansion function, while brace-expansion 5 exposes expand as a named export. In any repo script or dependency path that asks minimatch 3 to expand a brace pattern, this becomes TypeError: expand is not a function, so the security override should stay on the patched 1.x line rather than crossing the major API boundary.

Useful? React with 👍 / 👎.

"brace-expansion@2": "^2.1.2",
"esbuild": "^0.28.1"
}
Expand Down
18 changes: 3 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading