fix: resolve dependency security advisories - #921
Merged
Conversation
- Update @storybook/mcp to ^10.6.0; the 0.8.0 release pinned valibot to the vulnerable 1.2.0 (GHSA-5qjj-4xww-7phc). - Refresh in-range transitive resolutions for brace-expansion, js-yaml, nanoid, postcss, postcss-selector-parser, fast-uri, browserslist, fastify, @xmldom/xmldom and qs (body-parser 2). - Move to metro 0.84.5/0.84.6 via @expo/metro 56.0.2 and the RN CLI plugin's ^0.84.3 range; metro 0.84.5 dropped its image-size dependency. Audit goes from 27 findings to 4. The remaining ones need overrides or have no patched release: image-size (docusaurus, Re.Pack), decode-uri-component (query-string 7 via expo-router) and qs 6.15.x (express 4 via webpack-dev-server 5 in docusaurus).
🦋 Changeset detectedLatest commit: aa999f2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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
Fixes the current Dependabot / `pnpm audit` findings that can be resolved without adding overrides. Audit goes from 27 findings to 4.
Intentionally left open
These need an override or have no patched release, so they are left for a separate decision:
Verification