[Snyk] Upgrade undici from 5.28.4 to 7.7.0 #146
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.
Snyk has created this PR to upgrade undici from 5.28.4 to 7.7.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 69 versions ahead of your current version.
The recommended version was released 25 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
-
7.7.0 - 2025-04-02
- fix: export UndiciHeaders type and set dispatch headers to UndiciHeaders by @ dancastillo in #3849
- feat(h2): emit connectionerror upon GOAWAY frame by @ metcoder95 in #4123
- Update WPT by @ github-actions in #4126
- Update DNS caching example to include other interceptors, production configuration by @ GeoffreyBooth in #4127
- feat: implement h2c client by @ metcoder95 in #4118
- @ GeoffreyBooth made their first contribution in #4127
-
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
-
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
from undici GitHub release notesWhat's Changed
New Contributors
Full Changelog: v7.6.0...v7.7.0
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
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
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 the
undicidependency from v5.28.4 to v7.7.0.Bug Fixes:
undici.undici.retry-afterheader is a date.servernameis sent for SNI on TLS connections.EnvHttpProxyAgentusage within the Node.js bundle.Buffer.from.RetryCallback.autoSelectFamilyin Agents.EnvHttpProxyAgentas stable.@matteo.collina/tspl.Build:
undiciversion indevDependencies.