Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24263,9 +24263,9 @@ __metadata:
linkType: hard

"undici@npm:^7.21.0":
version: 7.24.4
resolution: "undici@npm:7.24.4"
checksum: 10/747e76e0fd685ae1bb6fc1a2ebce0caca4ee8bd5599a77da36a3f94eac146987a9547bdbec7a74d18c0776df8ad348dccb4209901ca83fc4076f560de0d5dc7a
version: 7.25.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This hunk only upgrades the jsdom copy of undici from 7.24.4 to 7.25.0. The lockfile still retains undici@5.29.0 a few lines above via jest-github-actions-reporter -> @actions/core -> @actions/http-client, and yarn npm audit --recursive still reports the 2026 undici advisories on that dev-only path. So the change is low-risk, but it is not a full 5.x -> 7.x remediation despite the PR title.

resolution: "undici@npm:7.25.0"
checksum: 10/038d3568c72bb976e3cc389284f7f1cc64cd70d578300e4676a449fbcb624a35fe99ac127b5f3729f18b8246d6c090444ab61b1b67736bb88f52a3e913d76bf8
languageName: node
linkType: hard

Expand Down
Loading