-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade undici from 5.28.4 to 7.6.0 #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[Snyk] Upgrade undici from 5.28.4 to 7.6.0 #142
Conversation
Snyk has created this PR to upgrade undici from 5.28.4 to 7.6.0. See this package in npm: undici See this project in Snyk: https://app.snyk.io/org/nerds-github/project/00eaf84d-a05e-4e1a-923e-697960352bb8?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades the Sequence diagram for retry-after header handlingsequenceDiagram
participant Client
participant Server
Client->>Server: Send Request
Server->>Client: Respond with 503 and retry-after: Date
Client->>Client: Parse retry-after Date
Client->>Client: Schedule Retry
Entity Relationship Diagram for Cache Revalidation HeaderserDiagram
CacheRevalidationHandler ||--|| "Vary" : has
CacheRevalidationHandler ||--|| "Revalidation Headers" : uses
"Vary" {
string header
}
"Revalidation Headers" {
string cacheControl
string etag
string lastModified
}
CacheRevalidationHandler {
void ensureCaseInsensitive()
}
note for CacheRevalidationHandler "Ensures headers are case-insensitive"
Updated class diagram for undici's AgentclassDiagram
class Agent {
+autoSelectFamily: boolean
+dispatch(options, handler): void
+close(): Promise<void>
}
note for Agent "autoSelectFamily allows disabling of auto family selection"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Snyk has created this PR to upgrade undici from 5.28.4 to 7.6.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 68 versions ahead of your current version.
The recommended version was released 24 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-UNDICI-8641354
SNYK-JS-OCTOKITENDPOINT-8730856
SNYK-JS-OCTOKITREQUESTERROR-8730854
Release notes
Package name: undici
What's Changed
New Contributors
Full Changelog: v7.5.0...v7.6.0
What's Changed
New Contributors
Full Changelog: v7.4.0...v7.5.0
What's Changed
onResponseError
by @ tmair in #4030EnvHttpProxyAgent
as stable by @ aduh95 in #4049New Contributors
Full Changelog: v7.3.0...v7.4.0
What's Changed
Full Changelog: v7.2.3...v7.3.0
Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
What's Changed
Full Changelog: v7.2.2...v7.2.3
What's Changed
Full Changelog: v7.2.1...v7.2.2
What's Changed
New Contributors
Full Changelog: v6.21.1...v6.21.2
Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
What's Changed
Full Changelog: v6.21.0...v6.21.1
What's Changed
Full Changelog: v5.28.5...v5.29.0
Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
Full Changelog: v5.28.4...v5.28.5
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade undici from version 5.28.4 to 7.6.0 to address multiple security vulnerabilities
New Features:
Bug Fixes: