From 073c160de02e8e596f931c004202bb22a91f2cab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:57:26 +0000 Subject: [PATCH] Update dependency undici to v6.19.2 (#1083) 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)) | [`6.19.0` -> `6.19.2`](https://renovatebot.com/diffs/npm/undici/6.19.0/6.19.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.19.0/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.19.0/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
nodejs/undici (undici) ### [`v6.19.2`](https://togithub.com/nodejs/undici/releases/tag/v6.19.2) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.19.1...v6.19.2) #### What's Changed - fix [#​3337](https://togithub.com/nodejs/undici/issues/3337) by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3338](https://togithub.com/nodejs/undici/pull/3338) - build: use `husky` as `husky install` is deprecated by [@​jazelly](https://togithub.com/jazelly) in [https://github.com/nodejs/undici/pull/3340](https://togithub.com/nodejs/undici/pull/3340) - fix: interceptors.d.ts has no default export by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3332](https://togithub.com/nodejs/undici/pull/3332) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2 ### [`v6.19.1`](https://togithub.com/nodejs/undici/compare/v6.19.0...f6b9b442b02d8ab81b06ea0473e1c22bc8ddc254) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.19.0...v6.19.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/X-oss-byte/Canary-nextjs). --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index aae564d875..06962f1442 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -279,7 +279,7 @@ "timers-browserify": "2.0.12", "tty-browserify": "0.0.1", "ua-parser-js": "1.0.38", - "undici": "6.19.0", + "undici": "6.19.2", "unistore": "3.5.2", "util": "0.12.5", "uuid": "10.0.0",