From 062c7a7a868f8c57a71b451b4df9e4f1b356f8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 16:43:41 +0000 Subject: [PATCH] build(deps): bump undici from 6.19.2 to 7.9.0 Bumps [undici](https://github.com/nodejs/undici) from 6.19.2 to 7.9.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.2...v7.9.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.9.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 af26e073..04299f87 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "homepage": "https://jspteroapi.linux123123.com", "dependencies": { - "undici": "^6.6.2", + "undici": "^7.9.0", "ws": "^8.12.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 861a1035..0f8ee28f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1102,10 +1102,10 @@ typescript@^4.9.5: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -undici@^6.6.2: - version "6.19.2" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.2.tgz#231bc5de78d0dafb6260cf454b294576c2f3cd31" - integrity sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA== +undici@^7.9.0: + version "7.9.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.9.0.tgz#09266190e9281cb049ba79ca6a5ec9372175dfd9" + integrity sha512-e696y354tf5cFZPXsF26Yg+5M63+5H3oE6Vtkh2oqbvsE2Oe7s2nIbcQh5lmG7Lp/eS29vJtTpw9+p6PX0qNSg== uri-js@^4.2.2: version "4.4.1"