Upgrade chromedriver to 112.0.0 (#154652)

This commit is contained in:
Jon 2023-04-10 12:49:34 -05:00 committed by GitHub
parent 9b84061d3b
commit a6642d0efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1313,7 +1313,7 @@
"backport": "^8.9.7",
"callsites": "^3.1.0",
"chance": "1.0.18",
"chromedriver": "^110.0.0",
"chromedriver": "^112.0.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.0.2",

View file

@ -11866,10 +11866,10 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"
chromedriver@^110.0.0:
version "110.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-110.0.0.tgz#d00a1a2976592d933faa8e9839e97692922834a4"
integrity sha512-Le6q8xrA/3fAt+g8qiN0YjsYxINIhQMC6wj9X3W5L77uN4NspEzklDrqYNwBcEVn7PcAEJ73nLlS7mTyZRspHA==
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==
dependencies:
"@testim/chrome-version" "^1.1.3"
axios "^1.2.1"