SECVULN-37255: upgrade dependencies to resolve CVE-2026-22036#66
Merged
ryancragun merged 1 commit intomainfrom Feb 3, 2026
Merged
SECVULN-37255: upgrade dependencies to resolve CVE-2026-22036#66ryancragun merged 1 commit intomainfrom
ryancragun merged 1 commit intomainfrom
Conversation
Upgrade the following packages to remove a transitive dependency on undici < 7.0.0: - @actions/core => ^3.0.0 - @actions/exec => ^3.0.0 - @actions/http-client => ^4.0.0 - @actions/tool-cache => ^4.0.0 Since I was upgrading these outdated packages I also took the time to upgrade other outdated packages to the latest: - globals => ^17.3.0 - vitest => ^4.0.18 Upgrading vitest required refactoring them to handle browser mode and the changes in spying. We also bump to v1.5 since so many of our dependencies changed. Signed-off-by: Ryan Cragun <me@ryan.ec>
raskchanky
approved these changes
Feb 3, 2026
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.
How to read this pull request
Upgrade the following packages to remove a transitive dependency on undici < 6.23.0:
Since I was upgrading these outdated packages I also took the time to upgrade other outdated packages to the latest:
Upgrading our dep modules to ESM required refactoring some of our vitest tests. Spying properties changed with ESM imports so I had to make some changes there.
We also bump to v1.5 since so many of our dependencies changed.
Resolves: GHSA-g9mf-h72j-4rw9
Checklist
PCI review checklist