[7.17] Upgrading all undicis (#221445) (#221452)

# Backport

This will backport the following commits from `main` to `7.17`:
- [Upgrading all undicis
(#221445)](https://github.com/elastic/kibana/pull/221445)

<!--- Backport version: 10.0.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-05-24T00:27:45Z","message":"Upgrading
all undicis (#221445)\n\n## Summary\n\nUpgrade `undici`:\n\n1. `v5.28.5`
to `v5.29.0`\n2. `v6.21.1` to `v6.21.3`\n3. `v7.3.0` to
`v7.5.0`","sha":"1b990c9705c3b38855412fa3f79ca9771ef106d0","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v9.1.0"],"title":"Upgrading
all
undicis","number":221445,"url":"https://github.com/elastic/kibana/pull/221445","mergeCommit":{"message":"Upgrading
all undicis (#221445)\n\n## Summary\n\nUpgrade `undici`:\n\n1. `v5.28.5`
to `v5.29.0`\n2. `v6.21.1` to `v6.21.3`\n3. `v7.3.0` to
`v7.5.0`","sha":"1b990c9705c3b38855412fa3f79ca9771ef106d0"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221445","number":221445,"mergeCommit":{"message":"Upgrading
all undicis (#221445)\n\n## Summary\n\nUpgrade `undici`:\n\n1. `v5.28.5`
to `v5.29.0`\n2. `v6.21.1` to `v6.21.3`\n3. `v7.3.0` to
`v7.5.0`","sha":"1b990c9705c3b38855412fa3f79ca9771ef106d0"}}]}]
BACKPORT-->

---------

Co-authored-by: “jeramysoucy” <jeramy.soucy@elastic.co>
This commit is contained in:
Kurt 2025-05-30 11:04:49 -04:00 committed by GitHub
parent 8154280153
commit 46d6d6396f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26447,9 +26447,9 @@ undici-types@~5.26.4:
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
undici@^5.21.2: undici@^5.21.2:
version "5.28.4" version "5.29.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068" resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g== integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==
dependencies: dependencies:
"@fastify/busboy" "^2.0.0" "@fastify/busboy" "^2.0.0"