chore: resolve open dependabot security alerts#374
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
- js-yaml ^4.1.1 -> ^4.2.0 (medium, alert #115) - linkify-it 5.0.0 -> ^5.0.1 (high, alert #114) - undici resolution ^6.24.0 -> ^6.27.0 (low/medium/high, alerts #110-113) - tar ^7.5.11 -> ^7.5.16 (medium, alert #109) - form-data 4.0.4 -> ^4.0.6 (high, alert #107) - markdown-it 14.1.1 -> ^14.2.0 (medium, alert #106)
There was a problem hiding this comment.
Pull request overview
Resolves open Dependabot security alerts by upgrading vulnerable Node dependencies and forcing safe transitive versions via Yarn resolutions, keeping the extension’s dependency tree on patched releases.
Changes:
- Bumped direct dependencies:
js-yamlto^4.2.0andtarto^7.5.16. - Updated/added Yarn
resolutionsto enforce patched versions forundici,linkify-it,form-data, andmarkdown-it. - Regenerated
yarn.lockto reflect the updated/pinned dependency graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates direct dependencies and adds/updates resolutions to force patched versions for vulnerable transitive deps. |
| yarn.lock | Locks the dependency tree to the resolved patched versions (e.g., undici@6.27.0, tar@7.5.19, js-yaml@4.3.0). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 9 open Dependabot security alerts by bumping vulnerable dependencies via yarn resolutions/overrides and direct dependency bumps.
Dependabot Alerts Resolved
js-yaml^4.2.0, added resolutionlinkify-it^5.0.1(transitive viamarkdown-it)undici^6.24.0to^6.27.0undici^6.24.0to^6.27.0undici^6.24.0to^6.27.0undici^6.24.0to^6.27.0tar^7.5.16, added resolutionform-data^4.0.6(transitive via@vscode/vsce)markdown-it^14.2.0(transitive via@vscode/vsce)Resolved versions (yarn)
js-yaml→ 4.3.0linkify-it→ 5.0.2undici→ 6.27.0tar→ 7.5.19form-data→ 4.0.6markdown-it→ 14.3.0Test plan
yarn installcompletes without errorsyarn build:test(TypeScript compile) passesyarn lintpasses (pre-existing warnings only, no new errors)yarn webpackproduction build compiles successfully