fix(deps): bump postcss to 8.5.25 to resolve GHSA-r28c-9q8g-f849 - #11
Merged
Conversation
postcss <= 8.5.17 is affected by GHSA-r28c-9q8g-f849. It reaches this project transitively via @expo/metro-config, which requires ^8.5.14 -- a range that already admits the patched 8.5.18+, so this is a lockfile-only bump with no package.json resolutions/overrides needed (unlike the earlier uuid CVE-2026-41907 fix). nanoid moves 3.3.15 -> 3.3.16 because postcss 8.5.25 requires ^3.3.16. Verified with `yarn install --frozen-lockfile` and `yarn build`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ashirman
approved these changes
Jul 31, 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.
Resolves the Dependabot alert npm-postcss <= 8.5.17 / GHSA-r28c-9q8g-f849 (due Aug 29, 2026).
Change
Lockfile-only, both
package-lock.jsonandyarn.lock:postcssnanoidpostcssreaches this project transitively through@expo/metro-config, which requires^8.5.14. The patched line (8.5.18+) is already inside that range, so noresolutions/overridesentry was needed — unlike the earlieruuidCVE-2026-41907 fix in #9.nanoidmoves up becausepostcss@8.5.25requires^3.3.16. It is the only consumer ofnanoidin the tree, and no stalenanoid@^3.3.12range is left behind in either lockfile.Verification
yarn install --frozen-lockfile— passes, confirmingyarn.lockis complete and needs no further resolution.yarn build— passes.Notes
postcssis a peer-only entry here ("peer": true;node_modules/postcssis not installed), sonpm auditnever surfaced it — the alert comes from lockfile scanning. The bump satisfies it either way.npm auditstill reports a separate high inbrace-expansion(GHSA-3jxr-9vmj-r5cp, GHSA-mh99-v99m-4gvg) across nested copies under@expo/*,glob, and@typescript-eslint.🤖 Generated with Claude Code