Fix Dependabot vulnerabilities: upgrade Docusaurus 3.10 and patch transitive deps#109
Open
jrgwv wants to merge 1 commit into
Open
Fix Dependabot vulnerabilities: upgrade Docusaurus 3.10 and patch transitive deps#109jrgwv wants to merge 1 commit into
jrgwv wants to merge 1 commit into
Conversation
…ve deps - Upgrade Docusaurus from 3.0.0 to 3.10.0 (all packages) - Add yarn resolutions to force patched versions of transitive dependencies: axios 1.15.0, node-forge 1.4.0, path-to-regexp 0.1.13, follow-redirects 1.16.0, picomatch 2.3.2, serialize-javascript 7.0.5, brace-expansion 2.0.1 - Pin webpack to ~5.105.4 (5.106 breaks webpackbar ProgressPlugin) - Fix useDoc import in swizzled DocItem/Footer (moved in Docusaurus 3.10) - Remove stale package-lock.json (project uses yarn) - Regenerate yarn.lock Addresses 18 open Dependabot alerts (2 critical, 8 high, 8 medium).
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
Addresses 18 open Dependabot alerts (2 critical, 8 high, 8 medium) by upgrading dependencies and adding yarn resolutions for transitive vulnerabilities.
Changes
3.0.0→3.10.0(all 5 packages)~5.105.4(5.106 introduced a breaking change in ProgressPlugin that breaks webpackbar)useDocimport from@docusaurus/theme-common/internalto@docusaurus/plugin-content-docs/client(moved in Docusaurus 3.10)package-lock.json— project uses yarn, the npm lockfile was causing duplicate Dependabot alertsyarn.lockTesting
yarn buildcompletes successfully ✅