chore: resolve remaining dependabot alerts with no open PR - #252
Merged
Conversation
- npm update brace-expansion, http-proxy-middleware, formidable: already within the semver ranges declared by their parent packages. - override uuid (^11.1.1) and serialize-javascript (^7.0.5): transitive deps of dev-only tooling (sockjs/@storybook/addon-actions for uuid, docusaurus's bundled webpack plugins for serialize-javascript) whose own declared ranges cap below the patched versions. Scoped to just these packages (not a blanket `npm update`) to avoid pulling in unrelated bumps like @react-aria/@internationalized/date that reintroduce the DatePicker/DateInput snapshot mismatches fixed in #251.
seanrcollings
force-pushed
the
chore/dependabot-transitive-fixes
branch
from
August 24, 2026 21:57
3b3e53f to
8f1c3ac
Compare
seanrcollings
force-pushed
the
chore/dependabot-transitive-fixes
branch
from
August 24, 2026 22:02
8f1c3ac to
1c384b7
Compare
blunckr-aj
approved these changes
Aug 25, 2026
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.
Summary
npm updateto pick upbrace-expansion,http-proxy-middleware, andformidableat patched versions — these were already inside the semver ranges declared by their parent packages, so no manifest changes were needed.overridesforuuid(^11.1.1) andserialize-javascript(^7.0.5), which are transitive deps of dev-only tooling (sockjs/@storybook/addon-actionsfor uuid, Docusaurus's bundled webpack plugins for serialize-javascript) whose own declared ranges cap below the patched versions.storybook:build, anddocusaurus:buildall pass with these changes.image-size(pulled in by@docusaurus/mdx-loader) has an open DoS advisory with no patched version published yet — nothing actionable there until upstream releases a fix.Resolves Dependabot alerts #140, #130, #120 (brace-expansion), #116 (http-proxy-middleware), #25 (formidable), #102 (uuid), #101, #72 (serialize-javascript).
Test plan
npm run test --workspacesnpm run build --workspacesnpm run storybook:buildnpm run docusaurus:build