From 7fe41f2beb485a2219b28a6c1b78d646eaf73f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:20:25 +0000 Subject: [PATCH] Bump undici Bumps [undici](https://github.com/nodejs/undici) to 5.29.0 and updates ancestor dependency . These dependencies need to be updated together. Updates `undici` from 5.28.2 to 5.29.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.29.0) Updates `undici` from 6.19.2 to 6.22.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect - dependency-name: undici dependency-version: 6.22.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60a7a4c..17e70a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", "prettier": "^3.3.3", - "undici": "^6.19.2" + "undici": "^6.22.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -209,9 +209,10 @@ } }, "node_modules/@actions/http-client/node_modules/undici": { - "version": "5.28.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.2.tgz", - "integrity": "sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", + "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", + "license": "MIT", "dependencies": { "@fastify/busboy": "^2.0.0" }, @@ -7877,10 +7878,11 @@ } }, "node_modules/undici": { - "version": "6.19.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz", - "integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==", + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz", + "integrity": "sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index 3568047..1988734 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", "prettier": "^3.3.3", - "undici": "^6.19.2" + "undici": "^6.22.0" }, "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",