From 1a1c757c4a87a2392512bb76d7272d5db9dbfc04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:27:21 +0200 Subject: [PATCH] chore(deps): update dependency undici to v5.23.0 (#93) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.21.0` -> `5.23.0`](https://renovatebot.com/diffs/npm/undici/5.21.0/5.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.21.0/5.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.21.0/5.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nodejs/undici (undici) ### [`v5.23.0`](https://togithub.com/nodejs/undici/releases/tag/v5.23.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.22.1...v5.23.0) #### What's Changed - bump engines to node >= 16 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2119](https://togithub.com/nodejs/undici/pull/2119) - Revert "bump engines to node >= 16 ([#​2119](https://togithub.com/nodejs/undici/issues/2119))" by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2121](https://togithub.com/nodejs/undici/pull/2121) - fetch: set referrer properly by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2125](https://togithub.com/nodejs/undici/pull/2125) - fix: support truncated gzip by [@​jimmywarting](https://togithub.com/jimmywarting) in [https://github.com/nodejs/undici/pull/2126](https://togithub.com/nodejs/undici/pull/2126) - workflow: apply security best practices by [@​step-security-bot](https://togithub.com/step-security-bot) in [https://github.com/nodejs/undici/pull/2130](https://togithub.com/nodejs/undici/pull/2130) - build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2135](https://togithub.com/nodejs/undici/pull/2135) - build(deps): bump actions/dependency-review-action from 2.5.1 to 3.0.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2133](https://togithub.com/nodejs/undici/pull/2133) - build(deps): bump node from 18-alpine to 20-alpine in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2131](https://togithub.com/nodejs/undici/pull/2131) - build(deps): bump pkgjs/action from 0.1.6 to 0.1.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2136](https://togithub.com/nodejs/undici/pull/2136) - build(deps): bump actions/checkout from 3.1.0 to 3.5.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2132](https://togithub.com/nodejs/undici/pull/2132) - build(deps-dev): bump jsdom from 21.1.2 to 22.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2142](https://togithub.com/nodejs/undici/pull/2142) - build(deps): bump fastify/github-action-merge-dependabot from 3.7.0 to 3.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2148](https://togithub.com/nodejs/undici/pull/2148) - fix(pr): use correct pr template file by [@​AugustinMauroy](https://togithub.com/AugustinMauroy) in [https://github.com/nodejs/undici/pull/2141](https://togithub.com/nodejs/undici/pull/2141) - Additional WebSocket send tests to cover all payload size categories by [@​jawj](https://togithub.com/jawj) in [https://github.com/nodejs/undici/pull/2149](https://togithub.com/nodejs/undici/pull/2149) - fix: reverse decompression order of "Content-Encoding" encodings (fixes [#​2158](https://togithub.com/nodejs/undici/issues/2158)) by [@​rychkog](https://togithub.com/rychkog) in [https://github.com/nodejs/undici/pull/2159](https://togithub.com/nodejs/undici/pull/2159) - fix: keep running WPTs if a test times out by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2165](https://togithub.com/nodejs/undici/pull/2165) - feat: add build environment info by [@​mhdawson](https://togithub.com/mhdawson) in [https://github.com/nodejs/undici/pull/2168](https://togithub.com/nodejs/undici/pull/2168) - fix: forward error reason to fetch controller by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2172](https://togithub.com/nodejs/undici/pull/2172) - stricter types for bodymixin.json by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2181](https://togithub.com/nodejs/undici/pull/2181) - chore: Renable autoSelectFamily tests. by [@​ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/2180](https://togithub.com/nodejs/undici/pull/2180) - build(deps): bump actions/dependency-review-action from 3.0.4 to 3.0.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2147](https://togithub.com/nodejs/undici/pull/2147) - build(deps): bump github/codeql-action from 2.3.2 to 2.20.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2185](https://togithub.com/nodejs/undici/pull/2185) - fix: fetch resource timing performance entry names should be strings by [@​GaryWilber](https://togithub.com/GaryWilber) in [https://github.com/nodejs/undici/pull/2188](https://togithub.com/nodejs/undici/pull/2188) - build(deps): bump actions/checkout from 3.5.2 to 3.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2176](https://togithub.com/nodejs/undici/pull/2176) - build(deps): bump fastify/github-action-merge-dependabot from 3.8.0 to 3.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2177](https://togithub.com/nodejs/undici/pull/2177) - build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2178](https://togithub.com/nodejs/undici/pull/2178) - build(deps): bump step-security/harden-runner from 2.4.0 to 2.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2175](https://togithub.com/nodejs/undici/pull/2175) - test: fix `autoselectfamily` on platforms without IPv6 support by [@​LiviaMedeiros](https://togithub.com/LiviaMedeiros) in [https://github.com/nodejs/undici/pull/2197](https://togithub.com/nodejs/undici/pull/2197) - fix: make multipart/form-data boundary string more consistent by [@​LiviaMedeiros](https://togithub.com/LiviaMedeiros) in [https://github.com/nodejs/undici/pull/2196](https://togithub.com/nodejs/undici/pull/2196) - docs: add proxy agent options docs by [@​dancastillo](https://togithub.com/dancastillo) in [https://github.com/nodejs/undici/pull/2193](https://togithub.com/nodejs/undici/pull/2193) - build(deps): bump github/codeql-action from 2.20.3 to 2.21.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2205](https://togithub.com/nodejs/undici/pull/2205) - feat: make use of `addAbortListener` where applicable by [@​atlowChemi](https://togithub.com/atlowChemi) in [https://github.com/nodejs/undici/pull/2195](https://togithub.com/nodejs/undici/pull/2195) #### New Contributors - [@​step-security-bot](https://togithub.com/step-security-bot) made their first contribution in [https://github.com/nodejs/undici/pull/2130](https://togithub.com/nodejs/undici/pull/2130) - [@​AugustinMauroy](https://togithub.com/AugustinMauroy) made their first contribution in [https://github.com/nodejs/undici/pull/2141](https://togithub.com/nodejs/undici/pull/2141) - [@​rychkog](https://togithub.com/rychkog) made their first contribution in [https://github.com/nodejs/undici/pull/2159](https://togithub.com/nodejs/undici/pull/2159) - [@​mhdawson](https://togithub.com/mhdawson) made their first contribution in [https://github.com/nodejs/undici/pull/2168](https://togithub.com/nodejs/undici/pull/2168) - [@​GaryWilber](https://togithub.com/GaryWilber) made their first contribution in [https://github.com/nodejs/undici/pull/2188](https://togithub.com/nodejs/undici/pull/2188) - [@​atlowChemi](https://togithub.com/atlowChemi) made their first contribution in [https://github.com/nodejs/undici/pull/2195](https://togithub.com/nodejs/undici/pull/2195) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.22.1...v5.23.0 ### [`v5.22.1`](https://togithub.com/nodejs/undici/releases/tag/v5.22.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.22.0...v5.22.1) #### What's Changed - Cache storage by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2076](https://togithub.com/nodejs/undici/pull/2076) - test: skip content-disposition test in node 18 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2081](https://togithub.com/nodejs/undici/pull/2081) - Cache storage cleanup by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2082](https://togithub.com/nodejs/undici/pull/2082) - Cache storage fixes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2083](https://togithub.com/nodejs/undici/pull/2083) - test: improve test coverage for ErrorEvent and MessageEvent by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2085](https://togithub.com/nodejs/undici/pull/2085) - test: remove --experimental-wasm-simd by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2087](https://togithub.com/nodejs/undici/pull/2087) - websocket: add websocketinit by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2088](https://togithub.com/nodejs/undici/pull/2088) - feat(websocket): allow setting custom headers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2089](https://togithub.com/nodejs/undici/pull/2089) - test: fix tests failing only on node v20 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2096](https://togithub.com/nodejs/undici/pull/2096) - fix: skip set content-length when FormData value is stream by [@​fengmk2](https://togithub.com/fengmk2) in [https://github.com/nodejs/undici/pull/2091](https://togithub.com/nodejs/undici/pull/2091) - doc: update outdated command in contributing.md by [@​jazelly](https://togithub.com/jazelly) in [https://github.com/nodejs/undici/pull/2099](https://togithub.com/nodejs/undici/pull/2099) - cache: fix most failing WPTs by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2100](https://togithub.com/nodejs/undici/pull/2100) - feat: allow build:wasm to auto detect platform by [@​jazelly](https://togithub.com/jazelly) in [https://github.com/nodejs/undici/pull/2102](https://togithub.com/nodejs/undici/pull/2102) - docs: updated Error documentation (fixes [#​2090](https://togithub.com/nodejs/undici/issues/2090)) by [@​titanism](https://togithub.com/titanism) in [https://github.com/nodejs/undici/pull/2092](https://togithub.com/nodejs/undici/pull/2092) - mimesniff: fix many broken tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2103](https://togithub.com/nodejs/undici/pull/2103) - test: fix failing tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2097](https://togithub.com/nodejs/undici/pull/2097) - build(deps): bump github/codeql-action from 2.2.9 to 2.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2105](https://togithub.com/nodejs/undici/pull/2105) - fix: more informative error message to tell that the server doesn't match http/1.1 protocol by [@​Songkeys](https://togithub.com/Songkeys) in [https://github.com/nodejs/undici/pull/2055](https://togithub.com/nodejs/undici/pull/2055) - Fix bug in 16-bit frame length when buffer is a subarray by [@​jawj](https://togithub.com/jawj) in [https://github.com/nodejs/undici/pull/2106](https://togithub.com/nodejs/undici/pull/2106) - update wpts by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2108](https://togithub.com/nodejs/undici/pull/2108) - fix: update error definitions by [@​dfilatov](https://togithub.com/dfilatov) in [https://github.com/nodejs/undici/pull/2112](https://togithub.com/nodejs/undici/pull/2112) - fix: make assertion a noop by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2111](https://togithub.com/nodejs/undici/pull/2111) #### New Contributors - [@​jazelly](https://togithub.com/jazelly) made their first contribution in [https://github.com/nodejs/undici/pull/2099](https://togithub.com/nodejs/undici/pull/2099) - [@​titanism](https://togithub.com/titanism) made their first contribution in [https://github.com/nodejs/undici/pull/2092](https://togithub.com/nodejs/undici/pull/2092) - [@​Songkeys](https://togithub.com/Songkeys) made their first contribution in [https://github.com/nodejs/undici/pull/2055](https://togithub.com/nodejs/undici/pull/2055) - [@​jawj](https://togithub.com/jawj) made their first contribution in [https://github.com/nodejs/undici/pull/2106](https://togithub.com/nodejs/undici/pull/2106) - [@​dfilatov](https://togithub.com/dfilatov) made their first contribution in [https://github.com/nodejs/undici/pull/2112](https://togithub.com/nodejs/undici/pull/2112) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.22.0...v5.22.1 ### [`v5.22.0`](https://togithub.com/nodejs/undici/releases/tag/v5.22.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.21.2...v5.22.0) #### What's Changed - build(deps-dev): bump tsd from 0.27.0 to 0.28.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2042](https://togithub.com/nodejs/undici/pull/2042) - build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2040](https://togithub.com/nodejs/undici/pull/2040) - fix: handle opaque origin in sameOrigin by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2053](https://togithub.com/nodejs/undici/pull/2053) - test: add typescript import test back by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2054](https://togithub.com/nodejs/undici/pull/2054) - fix: use getMaxListeners when available by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2063](https://togithub.com/nodejs/undici/pull/2063) - feat: allow overriding hwm by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2057](https://togithub.com/nodejs/undici/pull/2057) - fix: there is no sync connector by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2059](https://togithub.com/nodejs/undici/pull/2059) - fix: rename .wasm to -wasm to appease jest by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2064](https://togithub.com/nodejs/undici/pull/2064) - fix: set content-length when using FormData body w/ request by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2066](https://togithub.com/nodejs/undici/pull/2066) - refactor: unify error body handling by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2060](https://togithub.com/nodejs/undici/pull/2060) - fix: close and destroy overlap by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2068](https://togithub.com/nodejs/undici/pull/2068) - remove node 12 from test matrix by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2069](https://togithub.com/nodejs/undici/pull/2069) - fix: don't leak socket if client is destroyed while connecting by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2058](https://togithub.com/nodejs/undici/pull/2058) - fix: flaky leak test by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2070](https://togithub.com/nodejs/undici/pull/2070) - test: update wpts by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2073](https://togithub.com/nodejs/undici/pull/2073) - perf: latin1 by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2075](https://togithub.com/nodejs/undici/pull/2075) - fix: mock fetch headers shouldn't be an array by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2080](https://togithub.com/nodejs/undici/pull/2080) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.21.2...v5.22.0 ### [`v5.21.2`](https://togithub.com/nodejs/undici/releases/tag/v5.21.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.21.1...v5.21.2) #### What's Changed - Content disposition parsing by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2051](https://togithub.com/nodejs/undici/pull/2051) - fix: clear set-cookie headers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2052](https://togithub.com/nodejs/undici/pull/2052) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.21.1...v5.21.2 ### [`v5.21.1`](https://togithub.com/nodejs/undici/releases/tag/v5.21.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.21.0...v5.21.1) #### What's Changed - Fix typo in kPipelining symbol by [@​andrewfecenko](https://togithub.com/andrewfecenko) in [https://github.com/nodejs/undici/pull/2005](https://togithub.com/nodejs/undici/pull/2005) - fix(fetch): remove `undefined` error cause by [@​aduh95](https://togithub.com/aduh95) in [https://github.com/nodejs/undici/pull/2006](https://togithub.com/nodejs/undici/pull/2006) - chore(deps-dev): bump tsd from 0.25.0 to 0.27.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2007](https://togithub.com/nodejs/undici/pull/2007) - build(deps-dev): bump wait-on from 6.0.1 to 7.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1820](https://togithub.com/nodejs/undici/pull/1820) - fix(wpt): set global META_TITLE for the runner by [@​panva](https://togithub.com/panva) in [https://github.com/nodejs/undici/pull/2008](https://togithub.com/nodejs/undici/pull/2008) - fix: issue 2009 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2013](https://togithub.com/nodejs/undici/pull/2013) - build(deps-dev): bump typescript from 4.9.5 to 5.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2018](https://togithub.com/nodejs/undici/pull/2018) - added descriptive error messages for URL parser by [@​RishabhKodes](https://togithub.com/RishabhKodes) in [https://github.com/nodejs/undici/pull/2016](https://togithub.com/nodejs/undici/pull/2016) - fix(fetch): remove content-length header on redirect by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2022](https://togithub.com/nodejs/undici/pull/2022) - fix(fetch): remove assertion on request.body.source on redirect ([#​2027](https://togithub.com/nodejs/undici/issues/2027)) by [@​macno](https://togithub.com/macno) in [https://github.com/nodejs/undici/pull/2028](https://togithub.com/nodejs/undici/pull/2028) - fix: skip failing test in node >= v19.8 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2034](https://togithub.com/nodejs/undici/pull/2034) - fetch: treat content-encoding as case-insensitive & remove x-deflate by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2037](https://togithub.com/nodejs/undici/pull/2037) - perf(fetch): use string comparisons for url schemes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2038](https://togithub.com/nodejs/undici/pull/2038) - util: replace util.toUSVString with String.prototype.toWellFormed by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2036](https://togithub.com/nodejs/undici/pull/2036) - build(deps): bump github/codeql-action from 2.2.4 to 2.2.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2039](https://togithub.com/nodejs/undici/pull/2039) - build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2041](https://togithub.com/nodejs/undici/pull/2041) - Small performance improvements by [@​anonrig](https://togithub.com/anonrig) in [https://github.com/nodejs/undici/pull/2044](https://togithub.com/nodejs/undici/pull/2044) - fix(types): Add missing Blob import by [@​dpogue](https://togithub.com/dpogue) in [https://github.com/nodejs/undici/pull/2047](https://togithub.com/nodejs/undici/pull/2047) - fix: set window option properly by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2048](https://togithub.com/nodejs/undici/pull/2048) - fetch: fix leak by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2049](https://togithub.com/nodejs/undici/pull/2049) #### New Contributors - [@​aduh95](https://togithub.com/aduh95) made their first contribution in [https://github.com/nodejs/undici/pull/2006](https://togithub.com/nodejs/undici/pull/2006) - [@​RishabhKodes](https://togithub.com/RishabhKodes) made their first contribution in [https://github.com/nodejs/undici/pull/2016](https://togithub.com/nodejs/undici/pull/2016) - [@​macno](https://togithub.com/macno) made their first contribution in [https://github.com/nodejs/undici/pull/2028](https://togithub.com/nodejs/undici/pull/2028) - [@​dpogue](https://togithub.com/dpogue) made their first contribution in [https://github.com/nodejs/undici/pull/2047](https://togithub.com/nodejs/undici/pull/2047) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.21.0...v5.21.1
--- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/specfy/specfy). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- pkgs/api/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f63b827fa..1a8906309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19800,15 +19800,15 @@ } }, "node_modules/undici": { - "version": "5.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.21.0.tgz", - "integrity": "sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==", + "version": "5.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz", + "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==", "dev": true, "dependencies": { "busboy": "^1.6.0" }, "engines": { - "node": ">=12.18" + "node": ">=14.0" } }, "node_modules/unified": { @@ -21121,7 +21121,7 @@ "ts-node": "10.9.1", "type-fest": "4.1.0", "typescript": "5.1.6", - "undici": "5.21.0", + "undici": "5.23.0", "utility-types": "3.10.0", "vitest": "0.29.8" } diff --git a/pkgs/api/package.json b/pkgs/api/package.json index 3ad798f91..5b409e420 100644 --- a/pkgs/api/package.json +++ b/pkgs/api/package.json @@ -74,7 +74,7 @@ "ts-node": "10.9.1", "type-fest": "4.1.0", "typescript": "5.1.6", - "undici": "5.21.0", + "undici": "5.23.0", "utility-types": "3.10.0", "vitest": "0.29.8" }