From 29941244fe5f0524879b6cfa2c0856a7dd89e6b8 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 8 May 2023 04:58:36 -0400 Subject: [PATCH] [8.8] Upgrade chromedriver to 113.0.0 (#156950) (#156961) # Backport This will backport the following commits from `main` to `8.8`: - [Upgrade chromedriver to 113.0.0 (#156950)](https://github.com/elastic/kibana/pull/156950) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Dzmitry Lemechko --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 166faa62dbca2..6508f99197eae 100644 --- a/package.json +++ b/package.json @@ -1329,7 +1329,7 @@ "backport": "^8.9.7", "callsites": "^3.1.0", "chance": "1.0.18", - "chromedriver": "^112.0.0", + "chromedriver": "^113.0.0", "clean-webpack-plugin": "^3.0.0", "compression-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^6.0.2", diff --git a/yarn.lock b/yarn.lock index dac99a567fbe2..8ec8432e79f07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11937,10 +11937,10 @@ chrome-trace-event@^1.0.2: dependencies: tslib "^1.9.0" -chromedriver@^112.0.0: - version "112.0.0" - resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-112.0.0.tgz#34c86f6cfc8f5e208100088dbb9563439243f8b2" - integrity sha512-fEw1tI05dmK1KK8MGh99LAppP7zCOPEXUxxbYX5wpIBCCmKasyrwZhk/qsdnxJYKd/h0TfiHvGEj7ReDQXW1AA== +chromedriver@^113.0.0: + version "113.0.0" + resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-113.0.0.tgz#d4855f156ee51cea4282e04aadd29fa154e44dbb" + integrity sha512-UnQlt2kPicYXVNHPzy9HfcWvEbKJjjKAEaatdcnP/lCIRwuSoZFVLH0HVDAGdbraXp3dNVhfE2Qx7gw8TnHnPw== dependencies: "@testim/chrome-version" "^1.1.3" axios "^1.2.1"