Skip to content
Open
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@
"glob": ">=10.5.0",
"@anthropic-ai/sdk": ">=0.90.0",
"hono": ">=4.12.4",
"@expo/dom-webview": "57.0.1"
"@expo/dom-webview": "57.0.1",
"shell-quote": "1.9.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Override resolves 1.9.0 rather than the claimed fixed 1.8.4

The PR description says this is a narrowly scoped upgrade from 1.8.3 to the CVE fix in 1.8.4, but the added override forces every shell-quote consumer to 1.9.0. Since this global override applies to both transitive consumers, 1.9.0's additional release changes should be explicitly compatibility-validated and documented, or the override should pin the intended 1.8.4 release.

Fix in Builder

}
}
}
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

Loading