mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
upgrade axios to 1.8.3 (#214843)
## Summary Updates [axios to 1.8.3](https://github.com/axios/axios/releases/tag/v1.8.3). Axios 1.8.2 fixed a vulnerability, but forgot to reflect the new flag in their type definitions. This is probably required to allow the changes smoothly.
This commit is contained in:
parent
dbb2aeda4d
commit
f0a9bb01d3
2 changed files with 2 additions and 2 deletions
|
@ -1092,7 +1092,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",
|
||||
|
|
|
@ -13390,7 +13390,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==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue