From f90dab5f7d9b9d9e2c1989bc3aeefab678f02391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:54:46 +0000 Subject: [PATCH] chore(deps): bump undici from 6.20.0 to 7.15.0 Bumps [undici](https://github.com/nodejs/undici) from 6.20.0 to 7.15.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.20.0...v7.15.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.15.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 9e81743..fe78299 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dependencies": { "json-bigint": "^1.0.0", "json-rpc-2.0": "^1.7.0", - "undici": "^6.20.0" + "undici": "^7.15.0" }, "devDependencies": { "@commitlint/cli": "^17.8.0", diff --git a/yarn.lock b/yarn.lock index 1a387bd..ec1c5dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5037,10 +5037,10 @@ undici-types@~5.26.4: resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -undici@^6.20.0: - version "6.20.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.20.0.tgz#3b94d967693759ea625a3b78b2097213f30405a1" - integrity sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A== +undici@^7.15.0: + version "7.15.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.15.0.tgz#7485007549ad1782b7cab2abfaa1c1aa7b75e106" + integrity sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ== universalify@^2.0.0: version "2.0.1"