Fix dependency security advisories - #916
Merged
Merged
Conversation
|
dannyhw
force-pushed
the
dannyhw/fix-dependabot-alerts
branch
2 times, most recently
from
July 27, 2026 15:55
b611065 to
197a093
Compare
dannyhw
force-pushed
the
dannyhw/fix-dependabot-alerts
branch
from
July 27, 2026 16:16
197a093 to
410ba8a
Compare
dannyhw
marked this pull request as ready for review
July 27, 2026 16:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: Dependabot alerts 298, 299, 301–304, and 306
What I did
body-parser,fast-uri,fast-xml-parser,find-my-way,postcss, andsvgo.valibot.@storybook/mcp@0.8.0pins the vulnerable version exactly, so that should be fixed in the MCP package instead of overridden in this repository. The upstream work is tracked in storybookjs/mcp#372.How to test
pnpm install --frozen-lockfilepnpm buildpnpm checkpnpm audit --audit-level low --jsonThe frozen install and supply-chain policy verification pass. The complete repository check passes, including TypeScript, lint, formatting, Expo validation, and all tests.
The audit now reports only the intentionally deferred
valibotadvisory and a separatebrace-expansionadvisory. The remainingbrace-expansionpaths come from the current ESLint dependency tree and are outside the Dependabot alerts addressed by this PR.examples/expo-example.