Skip to content

chore: resolve open dependabot security alerts#63

Merged
jonathannorris merged 2 commits into
mainfrom
chore/dependabot-alerts-2
Jul 23, 2026
Merged

chore: resolve open dependabot security alerts#63
jonathannorris merged 2 commits into
mainfrom
chore/dependabot-alerts-2

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Resolved 7 open Dependabot security alerts by adding/updating yarn resolutions for vulnerable transitive dependencies

Dependabot Alerts Resolved

Alert Package Severity Fix
#60 undici high Bumped to 6.27.0 via yarn resolution >=6.27.0 <7
#59 tar medium Bumped to 7.5.21 via yarn resolution >=7.5.16
#62 undici medium Covered by undici resolution above
#66 js-yaml medium Bumped to 3.15.0 via yarn resolution >=3.15.0 <4
#61 undici low Covered by undici resolution above
#63 undici low Covered by undici resolution above
#64 @babel/core low Bumped to 7.29.7 via yarn resolution >=7.29.6 <8

All four packages are transitive dependencies (none are direct deps in package.json), so yarn resolutions are used to force patched versions. Bounded ranges (<7, <4, <8) keep within the same major version to avoid breaking changes.

All existing tests pass.

- @babel/core 7.26.10 -> 7.29.7 (low, alert #64)
- js-yaml 3.14.2 -> 3.15.0 (medium, alert #66)
- tar 7.5.15 -> 7.5.21 (medium, alert #59)
- undici 6.24.1 -> 6.27.0 (high/medium/low, alerts #60 #61 #62 #63)
Copilot AI review requested due to automatic review settings July 22, 2026 13:39
@jonathannorris
jonathannorris requested a review from a team as a code owner July 22, 2026 13:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR resolves open Dependabot security alerts by forcing patched versions of vulnerable transitive dependencies via Yarn resolutions, updating yarn.lock accordingly.

Changes:

  • Added/updated Yarn resolutions for @babel/core, js-yaml, tar, undici, and undici-types.
  • Updated yarn.lock to reflect the newly selected patched package versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Adds/updates resolutions entries to force patched dependency versions.
yarn.lock Lockfile updates to reflect the resolved versions selected by Yarn.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
@jonathannorris
jonathannorris merged commit e87ee94 into main Jul 23, 2026
4 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts-2 branch July 23, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants