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
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ sideEffectsCache: true
strictDepBuilds: true
blockExoticSubdeps: true
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- nanoid@3.3.18

# QNBS-v3: Migrated from package.json "pnpm" field (deprecated in pnpm v10+)
# Overrides with security justifications:
Expand Down Expand Up @@ -81,7 +83,7 @@ overrides:
"@babel/core": ">=7.29.6 <8"
undici: ">=7.29.0 <8"
js-yaml: ">=4.3.1 <5"
nanoid@^3: "3.3.17"
nanoid@^3: "3.3.18"
Comment thread
qodo-code-review[bot] marked this conversation as resolved.
Comment thread
qnbs marked this conversation as resolved.
nanoid@^5: "5.1.16"
# QNBS-v3 (2026-07-26): GHSA batch blocking the CI security gate — transitive-only dev paths.
adm-zip: ">=0.6.0" # GHSA-xcpc-8h2w-3j85 — 4GB memory allocation via crafted ZIP (onnxruntime-node)
Expand Down
Loading