build(deps): bump undici in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 5.29.0 to 6.24.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.29.0...v6.24.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.24.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Mar 14, 2026 at 07:49 UTC 1f69eea5effbddc05b8e6140ed7547c54cefc5c0
1 file changed +8 -21
package-lock.json
+8 -21
@@ -325,14 +325,14 @@
325 }
326 },
327 "node_modules/@actions/http-client": {
328 - "version": "3.0.1",
329 - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.1.tgz",
330 - "integrity": "sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==",
328 + "version": "3.0.2",
329 + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.2.tgz",
330 + "integrity": "sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==",
331 "dev": true,
332 "license": "MIT",
333 "dependencies": {
334 "tunnel": "^0.0.6",
335 - "undici": "^5.28.5"
335 + "undici": "^6.23.0"
336 }
337 },
338 "node_modules/@actions/io": {
@@ -3525,16 +3525,6 @@
3525 "integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
3526 "license": "MIT"
3527 },
3528 - "node_modules/@fastify/busboy": {
3529 - "version": "2.1.1",
3530 - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
3531 - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
3532 - "dev": true,
3533 - "license": "MIT",
3534 - "engines": {
3535 - "node": ">=14"
3536 - }
3537 - },
3528 "node_modules/@gar/promise-retry": {
3529 "version": "1.0.1",
3530 "resolved": "https://registry.npmjs.org/@gar/promise-retry/-/promise-retry-1.0.1.tgz",
@@ -40444,16 +40434,13 @@
40434 }
40435 },
40436 "node_modules/undici": {
40447 - "version": "5.29.0",
40448 - "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
40449 - "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
40437 + "version": "6.24.0",
40438 + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz",
40439 + "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==",
40440 "dev": true,
40441 "license": "MIT",
40452 - "dependencies": {
40453 - "@fastify/busboy": "^2.0.0"
40454 - },
40442 "engines": {
40456 - "node": ">=14.0"
40443 + "node": ">=18.17"
40444 }
40445 },
40446 "node_modules/undici-types": {