Skip to content
Merged
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
8 changes: 8 additions & 0 deletions changelog.d/fix-brace-expansion-override.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Security

#### Force `brace-expansion` >= 5.0.7 via npm override (last open Dependabot alert)

Added a `brace-expansion` npm `overrides` entry (matching the existing lodash/js-yaml/fast-uri
pattern) to force the transitive dev dependency to a patched 5.0.7. It was pinned at 5.0.6 under
`@typescript-eslint/typescript-estree`; Dependabot's security-updater could not bump it
("update_not_possible: downgrades_dependencies"). `npm` now reports 0 vulnerabilities.
52 changes: 14 additions & 38 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"overrides": {
"lodash": "^4.18.0",
"js-yaml": "^4.2.0",
"fast-uri": "^3.1.2"
"fast-uri": "^3.1.2",
"brace-expansion": "^5.0.7"
}
}
Loading