From d3293f748cb6d5a16fcc398cf0253fa2c4cc1552 Mon Sep 17 00:00:00 2001 From: elena-shostak <165678770+elena-shostak@users.noreply.github.com> Date: Sat, 24 Aug 2024 09:43:53 +0200 Subject: [PATCH] [8.15] Axios upgrade to 1.7.4 (#190604) (#190985) # Backport This will backport the following commits from `main` to `8.15`: - [Axios upgrade to 1.7.4 (#190604)](https://github.com/elastic/kibana/pull/190604) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) --------- Co-authored-by: Elastic Machine --- package.json | 3 ++- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09cfa73c22380..f17601f35f286 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,7 @@ "**/@langchain/core": "^0.2.18", "**/@types/node": "20.10.5", "**/@typescript-eslint/utils": "5.62.0", + "**/axios": "1.7.4", "**/chokidar": "^3.5.3", "**/d3-scale/**/d3-color": "npm:@elastic/kibana-d3-color@2.0.1", "**/globule/minimatch": "^3.1.2", @@ -991,7 +992,7 @@ "archiver": "^5.3.1", "async": "^3.2.3", "aws4": "^1.12.0", - "axios": "^1.6.8", + "axios": "^1.7.4", "base64-js": "^1.3.1", "bitmap-sdf": "^1.0.3", "blurhash": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 3c9081e470f9a..966259e81170e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12728,7 +12728,7 @@ axe-core@^4.9.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.0.tgz#b18971494551ab39d4ff5f7d4c6411bd20cc7c2a" integrity sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw== -axios@^1.0.0, axios@^1.3.4, axios@^1.6.0, axios@^1.6.8, axios@^1.7.4: +axios@1.7.4, axios@^1.0.0, axios@^1.3.4, axios@^1.6.0, axios@^1.7.4: version "1.7.4" resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==