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 pnpm-lock.yaml

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

5 changes: 3 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ minimumReleaseAge: 1440
# fix. Version-scoped so future releases of the package still age-gate.
# Safe to delete from 2026-07-30 (2.1.3 clears the window 2026-07-29 ~10:17 UTC).
minimumReleaseAgeExclude:
- 'brace-expansion@2.1.3'
# Renovate security update: brace-expansion@5.0.8
- 'brace-expansion@2.1.3 || 5.0.8'

# GHSA-mh99-v99m-4gvg's advisory data claims vulnerable <=5.0.7 / patched
# 5.0.8 only — a range that swallows the whole 2.x line and does not yet
Expand Down Expand Up @@ -61,7 +62,7 @@ overrides:
picomatch: '>=4.0.4'
yaml: '>=2.8.3'
postcss: '>=8.5.18' # GHSA-r28c-9q8g-f849
'brace-expansion@2': '>=2.1.3 <3' # GHSA-3jxr-9vmj-r5cp + GHSA-mh99-v99m-4gvg 2.x backport
'brace-expansion@2': '>=2.1.3 <6' # GHSA-3jxr-9vmj-r5cp + GHSA-mh99-v99m-4gvg 2.x backport
'brace-expansion@5': '>=5.0.8' # GHSA-3jxr-9vmj-r5cp + GHSA-mh99-v99m-4gvg
js-yaml: '>=4.3.0 <5' # GHSA-52cp-r559-cp3m
sharp: '>=0.35.0' # GHSA-f88m-g3jw-g9cj (build denied above; pin is belt+braces)