From 6428b1fa4de24142dce7a9617246cc9ab5cb21b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:28:13 +0000 Subject: [PATCH] Bump undici from 7.10.0 to 7.19.1 Bumps [undici](https://github.com/nodejs/undici) from 7.10.0 to 7.19.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.10.0...v7.19.1) --- updated-dependencies: - dependency-name: undici dependency-version: 7.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 334781d..39fa7e9 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "dotenv": "^16.3.1", "it-all": "^3.0.4", "kubo-rpc-client": "^5.1.0", - "undici": "^7.10.0" + "undici": "^7.19.1" } } diff --git a/yarn.lock b/yarn.lock index 6e309ed..2808e46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -698,10 +698,10 @@ undici-types@~7.8.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== -undici@^7.10.0: - version "7.10.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-7.10.0.tgz#8ae17a976acc6593b13c9ff3342840bea9b24670" - integrity sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw== +undici@^7.19.1: + version "7.19.1" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.19.1.tgz#b8a35742564a27601efa893a8800ce60d5502019" + integrity sha512-Gpq0iNm5M6cQWlyHQv9MV+uOj1jWk7LpkoE5vSp/7zjb4zMdAcUD+VL5y0nH4p9EbUklq00eVIIX/XcDHzu5xg== util-deprecate@^1.0.1: version "1.0.2"