fix(deps): update vulnerable npm transitive deps in docusaurus#81370
Draft
devin-ai-integration[bot] wants to merge 1 commit into
Draft
fix(deps): update vulnerable npm transitive deps in docusaurus#81370devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Add pnpm overrides to force patched versions of 4 vulnerable transitive dependencies in the docusaurus lockfile: - axios: 1.13.1 → 1.18.1 (GHSA-35jp-ww65-95wh, CVSS 9.4) - node-forge: 1.3.1 → 1.4.0 - undici: 7.16.0 → 7.28.0 - ws: 7.5.10 → 7.5.11 All patched versions are within their parent packages' semver ranges. Docs build verified locally. Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
Contributor
|
Deploy preview for airbyte-docs ready!
Deployed with vercel-action |
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.
What
Resolves https://github.com/airbytehq/airbyte-internal-issues/issues/16679:
Fixes 24 high-severity npm transitive dependency vulnerabilities in the docusaurus lockfile by adding pnpm overrides to force patched versions.
How
Added
pnpm.overridestodocusaurus/package.jsonto pin vulnerable transitive deps to their patched versions:@rsdoctor/core(via@docusaurus/plugin-rsdoctor)selfsigned(viawebpack-dev-server)cheerio(via@cmfcmf/docusaurus-search-local)webpack-bundle-analyzer(via@docusaurus/core)All patched versions fall within the parent packages' declared semver ranges (
axios: ^1.7.9,node-forge: ^1,undici: ^7.12.0,ws: ^7.3.1), so no compatibility issues are expected. All patched versions were published >= 7 days ago.Regenerated
pnpm-lock.yamlto reflect the overrides.Review guide
docusaurus/package.json— newpnpm.overridessectiondocusaurus/pnpm-lock.yaml— regenerated lockfile with patched versionsUser Impact
No user-facing impact. This only affects the docs build toolchain — the published documentation site is unchanged.
Can this PR be safely reverted and rolled back?
Devin session