chore(deps): patch postcss, sharp and brace-expansion advisories#26
Merged
Conversation
Resolves the remaining Dependabot alerts after the merged bumps: - postcss 8.5.14 -> 8.5.23 (GHSA, high) - sharp 0.34.5 -> 0.35.3 via override, since Next.js still pins ^0.34.3. Fixes the inherited libvips CVEs (GHSA-f88m-g3jw-g9cj). - brace-expansion -> ^5.0.8 via override. The 1.1.16 bump only covered the older advisory, GHSA-mh99-v99m-4gvg still lists everything <=5.0.7. Only affects the eslint/minimatch dev chain. Verified with type-check, lint, production build and a clean npm audit.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
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 alerts left over after merging #23, #24 and #25.
Changes
^0.34.3.<=5.0.7, and the legacy minimatch 3 chain under eslint kept pulling 1.1.16. Dev-only.Verification
npm run type-checkpassesnpm run lintpasses, no warningsnpm run buildcompletes, all 8 pages generatednpm auditreports 0 vulnerabilities (was 16 high)