fix(docs): resolve 7 high-severity npm dependency vulnerabilities#1047
Open
jeff-at-trimble wants to merge 1 commit intoCysharp:mainfrom
Open
fix(docs): resolve 7 high-severity npm dependency vulnerabilities#1047jeff-at-trimble wants to merge 1 commit intoCysharp:mainfrom
jeff-at-trimble wants to merge 1 commit intoCysharp:mainfrom
Conversation
Update transitive dependencies to patch high-severity vulnerabilities: - minimatch >= 3.1.4 (CVE-2026-26996, CVE-2026-27903, CVE-2026-27904 — ReDoS) - node-forge >= 1.3.2 (CVE-2025-12816, CVE-2025-66031 — ASN.1 vulnerabilities) - serialize-javascript >= 7.0.3 (GHSA-5c6j-r48x-rmvq — RCE) - svgo >= 3.3.3 (CVE-2026-29074 — DoS via entity expansion) Most resolved via pnpm update. serialize-javascript required a pnpm override since copy-webpack-plugin pins an older version transitively.
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
This PR fixes 7 high-severity vulnerabilities in the
docs/site's npm dependency tree, detected via GitHub Dependabot.Vulnerabilities Resolved
minimatchminimatchminimatchnode-forgenode-forgeserialize-javascriptsvgoWhat Changed
docs/pnpm-lock.yaml: Updated viapnpm updateto pull in patched transitive dependencies (6 of 7 resolved this way)docs/package.json: Added apnpm.overridesentry forserialize-javascript >= 7.0.3sincecopy-webpack-plugintransitively pins an older version that can't be updated via normal resolutionDependency Paths
All vulnerabilities are in transitive dependencies of the Docusaurus documentation site:
minimatchvia@docusaurus/core>serve-handler>minimatchnode-forgevia@docusaurus/core>webpack-dev-server>selfsigned>node-forgeserialize-javascriptvia@docusaurus/core>copy-webpack-plugin>serialize-javascriptsvgovia@docusaurus/core>@svgr/webpack>svgoVerification
We'd also recommend enabling Dependabot alerts on this repository for ongoing visibility into dependency vulnerabilities.
Thank you for maintaining MagicOnion!