From f7adfa964ac104c44ebbc178ebff66a5067d2ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:33:43 +0000 Subject: [PATCH] Bump undici from 7.10.0 to 7.15.0 Bumps [undici](https://github.com/nodejs/undici) from 7.10.0 to 7.15.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.10.0...v7.15.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.15.0 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..76ba64b 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.15.0" } } diff --git a/yarn.lock b/yarn.lock index 6e309ed..4fe3664 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.15.0: + version "7.15.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.15.0.tgz#7485007549ad1782b7cab2abfaa1c1aa7b75e106" + integrity sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ== util-deprecate@^1.0.1: version "1.0.2"