site: harden vulnerable dependencies - #1450
Merged
Merged
Conversation
Refresh the docs site dependency tree to the latest compatible Gatsby theme and React/MUI versions, and add override pins for vulnerable transitive packages to reduce known advisories in the published site build. This keeps the site on the Gatsby 5.16.1 stack while addressing the exposed dependency chain without changing the site content or layout. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1450 +/- ##
=====================================
Coverage 65.8% 65.8%
=====================================
Files 336 336
Lines 9868 9868
Branches 1296 1243 -53
=====================================
Hits 6495 6495
+ Misses 2997 2996 -1
- Partials 376 377 +1 🚀 New features to boost your workflow:
|
Use a minimatch 5 override instead of 10 to keep gatsby-plugin-sitemap runtime compatible while retaining the security hardening changes. This resolves the CI build failure in PR #1450 where the site build exited during sitemap generation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bingenito
enabled auto-merge
August 19, 2026 16:22
bingenito
approved these changes
Aug 19, 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.
Refresh the docs site dependency tree to the latest compatible Gatsby theme and React/MUI versions, and add override pins for vulnerable transitive packages to reduce known advisories in the published site build.
This keeps the site on the Gatsby 5.16.1 stack while addressing the exposed dependency chain without changing the site content or layout.