[9.0] upgrade axios to 1.8.3 (#214843) (#215879)

# Backport

This will backport the following commits from `main` to `9.0`:
- [upgrade axios to 1.8.3
(#214843)](https://github.com/elastic/kibana/pull/214843)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"alex.szabo@elastic.co"},"sourceCommit":{"committedDate":"2025-03-18T10:24:09Z","message":"upgrade
axios to 1.8.3 (#214843)\n\n## Summary\nUpdates [axios
to\n1.8.3](https://github.com/axios/axios/releases/tag/v1.8.3).\n\nAxios
1.8.2 fixed a vulnerability, but forgot to reflect the new flag
in\ntheir type definitions. This is probably required to allow the
changes\nsmoothly.","sha":"f0a9bb01d3fc90f9b0e89a50634d9bfc491debb9","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","Team:Security","release_note:skip","backport:all-open","v9.1.0"],"title":"upgrade
axios to
1.8.3","number":214843,"url":"https://github.com/elastic/kibana/pull/214843","mergeCommit":{"message":"upgrade
axios to 1.8.3 (#214843)\n\n## Summary\nUpdates [axios
to\n1.8.3](https://github.com/axios/axios/releases/tag/v1.8.3).\n\nAxios
1.8.2 fixed a vulnerability, but forgot to reflect the new flag
in\ntheir type definitions. This is probably required to allow the
changes\nsmoothly.","sha":"f0a9bb01d3fc90f9b0e89a50634d9bfc491debb9"}},"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/214843","number":214843,"mergeCommit":{"message":"upgrade
axios to 1.8.3 (#214843)\n\n## Summary\nUpdates [axios
to\n1.8.3](https://github.com/axios/axios/releases/tag/v1.8.3).\n\nAxios
1.8.2 fixed a vulnerability, but forgot to reflect the new flag
in\ntheir type definitions. This is probably required to allow the
changes\nsmoothly.","sha":"f0a9bb01d3fc90f9b0e89a50634d9bfc491debb9"}}]}]
BACKPORT-->

Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
This commit is contained in:
Kibana Machine 2025-03-25 16:40:54 +01:00 committed by GitHub
parent 6387080d0c
commit 95c9ac04b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1083,7 +1083,7 @@
"archiver": "^7.0.1",
"async": "^3.2.6",
"aws4": "^1.13.2",
"axios": "^1.8.2",
"axios": "^1.8.3",
"base64-js": "^1.3.1",
"bitmap-sdf": "^1.0.3",
"blurhash": "^2.0.1",

View file

@ -13258,7 +13258,7 @@ axe-core@^4.2.0, axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==
axios@^1.0.0, axios@^1.6.0, axios@^1.6.2, axios@^1.7.4, axios@^1.8.2:
axios@^1.0.0, axios@^1.6.0, axios@^1.6.2, axios@^1.7.4, axios@^1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==