-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade undici from 5.25.4 to 7.6.0 #138
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.25.4 to 7.6.0 #138
Conversation
Snyk has created this PR to upgrade undici from 5.25.4 to 7.6.0. See this package in npm: undici See this project in Snyk: https://app.snyk.io/org/nerds-github/project/b5cdf2ad-2b8a-4186-9f27-57d3c2adaf21?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades the Sequence diagram for request with retry-after header fixsequenceDiagram
participant Client
participant RetryHandler
participant Server
Client->>Server: Send Request
Server->>Client: 503 Service Unavailable, retry-after: <Date>
Client->>RetryHandler: Receive retry-after header
RetryHandler->>Client: Schedule retry based on Date
Client->>Server: (After retry-after) Send Request
Server->>Client: 200 OK
Updated class diagram for undici with security fixesclassDiagram
class Undici {
<<external>>
+request(url: string, options: object): Promise<Response>
+pipeline(url: string, options: object, handler: function): Promise<void>
+stream(url: string, options: object, handler: function): Promise<void>
+connect(options: object): Promise<void>
+upgrade(url: string, options: object, handler: function): Promise<void>
+close(): Promise<void>
+destroy(): Promise<void>
}
note for Undici "Upgraded from 5.25.4 to 7.6.0\nIncludes security fixes for CVE-2025-22150 and others."
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.25.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 82 versions ahead of your current version.
The recommended version was released 21 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-UNDICI-8641354
SNYK-JS-UNDICI-5962466
SNYK-JS-UNDICI-6252336
SNYK-JS-UNDICI-6564963
SNYK-JS-UNDICI-6564964
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.25.4 to 7.6.0 to address multiple security vulnerabilities
New Features:
Bug Fixes: