chore: resolve open dependabot security alerts#1386
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for openfeature ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds ".worktrees/" to the .gitignore file and performs an extensive cleanup of the yarn.lock file to deduplicate various transitive dependencies. In package.json, a resolution was added for "@docusaurus/theme-mermaid/mermaid". Feedback was provided to pin this resolution to version "11.15.0" instead of using a caret range, ensuring it matches the workspace's direct dependency and prevents future duplication in the lockfile.
beeme1mr
approved these changes
May 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.
Summary
Resolved 6 open Dependabot security alerts by adding a scoped resolution to deduplicate
mermaidto 11.15.0 across the dependency tree.Before this change,
@docusaurus/theme-mermaidwas pulling inmermaid@11.6.0(via the>=11.6.0range), while the workspace's direct dependency was pinned to11.15.0. The lockfile resolved two separate mermaid versions, leaving the older vulnerable copy in the tree. The new scoped resolution@docusaurus/theme-mermaid/mermaid: ^11.15.0forces the theme to use the patched 11.15.0.Dependabot Alerts Resolved
mermaidmermaidmermaidmermaidmermaidmermaidUnresolvable
tsup, low severity, DOM Clobbering): no patched version is available upstream. Skipped.