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
51 changes: 26 additions & 25 deletions pnpm-lock.yaml

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

13 changes: 9 additions & 4 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ catalog:
zod: 4.3.6

overrides:
# JUSTIFICATION: Fixes GHSA-w7jw-789q-3m8p by overriding to fix docusaurus version in docs workspace only.
"@thunderid/docs>shell-quote": 1.8.4
# JUSTIFICATION: Fixes GHSA-w7jw-789q-3m8p and GHSA-395f-4hp3-45gv (quadratic-complexity DoS in
# shell-quote parse()). Transitive via docusaurus dev server (launch-editor), so overridden globally.
shell-quote: '>=1.8.5'
# JUSTIFICATION: The `ws` package is a transitive dependency of `docusaurus/core -> webpack-bundle-analyzer` and it requires a major version bump.
ws: '>=8.21.0'
# JUSTIFICATION: Fixes GHSA-xv26-6w52-cph6 — websocket-driver message corruption via protocol length headers, transitive via Docusaurus dev server sockjs/faye-websocket.
Expand Down Expand Up @@ -113,9 +114,13 @@ overrides:
yaml: 2.8.3
path-to-regexp: 0.1.13
svgo: 3.3.3
brace-expansion@>=4.0.0 <5.0.5: 5.0.5
# JUSTIFICATION: Fixes GHSA-3jxr-9vmj-r5cp — DoS via exponential-time expansion of consecutive
# non-expanding {} groups. Covers both the 1.x line and the 3.x/4.x line flagged by the advisory.
brace-expansion@<1.1.16: 1.1.16
brace-expansion@>=3.0.0 <5.0.7: 5.0.7
lodash: 4.18.1
js-yaml@>=4.0.0 <=4.1.1: 4.2.0
# JUSTIFICATION: Fixes GHSA-52cp-r559-cp3m — YAML merge-key chains forcing quadratic CPU consumption.
js-yaml@>=4.0.0 <4.3.0: 4.3.0
# JUSTIFICATION: Fixes GHSA-h67p-54hq-rp68 — quadratic-complexity DoS in js-yaml merge key handling.
js-yaml@<3.15.0: 3.15.0
# JUSTIFICATION: Fixes GHSA-64mm-vxmg-q3vj — http-proxy-middleware router host+path substring match bypass.
Expand Down
Loading