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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@11.7.0"
"packageManager": "pnpm@12.4.1"
}
167 changes: 163 additions & 4 deletions pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ overrides:
# ranges for one package is how a floor stops applying unnoticed. 3.1.6
# published 2026-08-23, past the 7-day cutoff.
"fast-uri@<3.1.6": "3.1.6"
# GHSA-2883-xcg3-v3hh (High): js-yaml maxTotalMergeKeys does not limit CPU use
# for empty merge sources, below 4.3.2. Transitive only (via @commitlint/cli >
# cosmiconfig); dev-tooling only. 4.3.2 published 2026-08-26, past the 7-day
# cutoff.
"js-yaml@4": "4.3.2"

# Supply-chain maturity delay: mirror the consumer repos. Don't adopt a freshly
# published version until it has been on the registry for 7 days (10080 minutes).
Expand Down
Loading