-
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
-
7.6.0 - 2025-03-27
- Update WPT by @ github-actions in #4067
- lib: limit string split length by @ gurgunday in #4098
- docs/PULL_REQUEST_TEMPLATE: deep-link to certificate of origin by @ alxndrsn in #4102
- cache: fix typo by @ alxndrsn in #4101
- disable header de-duplication in test servers by @ alxndrsn in #4110
- CacheRevalidationHandler: add missing header to comment by @ alxndrsn in #4111
- Fix typo in Agent.md by @ Exifers in #4115
- build(deps-dev): bump @ matteo.collina/tspl from 0.1.1 to 0.2.0 by @ dependabot in #4119
- fix 4105 by @ KhafraDev in #4117
- Update WPT by @ github-actions in #4100
- cache: ensure vary & revalidation headers are case-insensitive by @ alxndrsn in #4112
- @ alxndrsn made their first contribution in #4102
- @ Exifers made their first contribution in #4115
-
7.5.0 - 2025-03-12
- feat(docs): button to switch dark and light mode by @ shivarm in #4044
- feat: add mock call history to access request configuration in test by @ blephy in #4029
- fix: Fix retry-handler.js when retry-after header is a Date by @ fgiova in #4084
- Update Cache Tests by @ github-actions in #4027
- Allow disabling autoSelectFamily in an Agent by @ hitsthings in #4070
- Removed clients with unrecoverable errors from the Pool by @ mcollina in #4088
- @ blephy made their first contribution in #4029
- @ fgiova made their first contribution in #4084
- @ hitsthings made their first contribution in #4070
-
7.4.0 - 2025-02-28
- fix: apply byte offset on Buffer.from by @ ronag in #4019
- fix: fetch body fallback random number generation by @ Uzlopak in #4023
- Add release instructions by @ mcollina in #4022
- Update Cache Tests by @ github-actions in #4020
- Update WPT by @ github-actions in #4011
- docs: document about global dispatcher and errors (#3987) by @ zuozp8 in #4014
- docs: fix incorrect method signature of
- feat(docs): copy to clipboard button by @ shivarm in #4037
- don't check AbortSignal maxListeners on some node versions by @ KhafraDev in #4045
- feat: mark
- test: fix windows wpt by @ metcoder95 in #4050
- fix: do not throw unhandled exception when data is undefined in interceptor.reply by @ frederikprijck in #4036
- fix: handle missing vary header values by @ gurgunday in #4031
- Update WPT by @ github-actions in #4028
- Update WPT by @ github-actions in #4062
- fix: fix EnvHttpProxyAgent for the Node.js bundle by @ joyeecheung in #4064
- @ zuozp8 made their first contribution in #4014
- @ tmair made their first contribution in #4030
- @ shivarm made their first contribution in #4037
- @ frederikprijck made their first contribution in #4036
- @ joyeecheung made their first contribution in #4064
-
7.3.0 - 2025-01-22
- fix: sqlite null ref by @ ronag in #4016
- fix: sqlite remove unnecessary parameter by @ ronag in #4017
- feat: sqlite add set and minor cleanup by @ ronag in #4018
-
7.2.3 - 2025-01-16
⚠️ Security Release ⚠️
- Fix typo in update cache tests action by @ flakey5 in #4008
-
7.2.2 - 2025-01-15
- Update WPT by @ github-actions in #3991
- fix: dual-stack retries infinite loop by @ luddd3 in #4001
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by @ dependabot in #3980
- build(deps): bump github/codeql-action from 3.27.0 to 3.28.1 by @ dependabot in #4003
- tests: Update Cache Tests by @ github-actions in #3965
- ReadableStreamFrom pull until cannot on empty enqueu by @ KhafraDev in #4002
- Resolve circular dependency by @ mcollina in #4006
-
7.2.1 - 2025-01-09
-
7.2.0 - 2024-12-18
-
7.1.1 - 2024-12-16
-
7.1.0 - 2024-12-03
-
7.0.0 - 2024-11-27
-
7.0.0-alpha.10 - 2024-11-27
-
7.0.0-alpha.9 - 2024-11-27
-
7.0.0-alpha.8 - 2024-11-27
-
7.0.0-alpha.7 - 2024-11-25
-
7.0.0-alpha.6 - 2024-11-20
-
7.0.0-alpha.5 - 2024-11-19
-
7.0.0-alpha.4 - 2024-11-15
-
7.0.0-alpha.3 - 2024-10-24
-
7.0.0-alpha.2 - 2024-10-09
-
7.0.0-alpha.1 - 2024-09-03
-
6.21.2 - 2025-03-13
- fix(types): add missing DNS interceptor by @ slagiewka in #4024
- [v6.x] fix wpts on windows by @ mcollina in #4093
- Removed clients with unrecoverable errors from the Pool #4088
- @ slagiewka made their first contribution in #4024
-
6.21.1 - 2025-01-16
⚠️ Security Release ⚠️
- fix(#3736): back-port 183f8e9 to v6.x by @ ggoodman in #3855
- fix(#3817): send servername for SNI on TLS (#3821) [backport] by @ metcoder95 in #3864
- fix: sending formdata bodies with http2 (#3863) [backport] by @ metcoder95 in #3866
- [Backport v6.x] fix: Fixed the issue that there is no running request when http2 goaway by @ github-actions in #3877
- types: [backport] Update return type of RetryCallback (#3851) by @ metcoder95 in #3876
-
6.21.0 - 2024-11-13
-
6.20.1 - 2024-10-14
-
6.20.0 - 2024-10-09
-
6.19.8 - 2024-08-19
-
6.19.7 - 2024-08-09
-
6.19.6 - 2024-08-09
-
6.19.5 - 2024-07-31
-
6.19.4 - 2024-07-22
-
6.19.3 - 2024-07-22
-
6.19.2 - 2024-06-18
-
6.19.1 - 2024-06-17
-
6.19.0 - 2024-06-14
-
6.18.2 - 2024-05-29
-
6.18.1 - 2024-05-22
-
6.18.0 - 2024-05-20
-
6.17.0 - 2024-05-17
-
6.16.1 - 2024-05-10
-
6.16.0 - 2024-05-07
-
6.15.0 - 2024-04-29
-
6.14.1 - 2024-04-23
-
6.14.0 - 2024-04-22
-
6.13.0 - 2024-04-12
-
6.12.0 - 2024-04-08
-
6.11.1 - 2024-04-02
-
6.11.0 - 2024-04-02
-
6.10.2 - 2024-03-27
-
6.10.1 - 2024-03-21
-
6.10.0 - 2024-03-21
-
6.9.0 - 2024-03-14
-
6.8.0 - 2024-03-13
-
6.7.1 - 2024-03-08
-
6.7.0 - 2024-03-03
-
6.6.2 - 2024-02-06
-
6.6.1 - 2024-02-05
-
6.6.0 - 2024-02-01
-
6.5.0 - 2024-01-26
-
6.4.0 - 2024-01-19
-
6.3.0 - 2024-01-08
-
6.2.1 - 2023-12-22
-
6.2.0 - 2023-12-20
-
6.1.0 - 2023-12-20
-
6.0.1 - 2023-12-06
-
6.0.0 - 2023-12-05
-
5.29.0 - 2025-03-19
- Fix tests in v5.x for Node 20 by @ mcollina in #4104
- Removed clients with unrecoverable errors from the Pool #4088
-
5.28.5 - 2025-01-16
⚠️ Security Release ⚠️
-
5.28.4 - 2024-04-02
-
5.28.3 - 2024-02-05
-
5.28.2 - 2023-11-30
-
5.28.1 - 2023-11-27
-
5.28.0 - 2023-11-24
-
5.27.2 - 2023-11-03
-
5.27.1 - 2023-11-03
-
5.27.0 - 2023-10-26
-
5.26.5 - 2023-10-23
-
5.26.4 - 2023-10-19
-
5.26.3 - 2023-10-11
-
5.26.2 - 2023-10-11
-
5.26.1 - 2023-10-11
-
5.26.0 - 2023-10-11
-
5.25.4 - 2023-10-03
from undici GitHub release notesWhat'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
onResponseErrorby @ tmair in #4030EnvHttpProxyAgentas 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: