Skip to content

Commit

Permalink
[deps] update chromedriver to 94 (#113153) (#113244)
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
dmlemeshko authored Sep 28, 2021
1 parent ae0c6cb commit f18aafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"chance": "1.0.10",
"cheerio": "0.22.0",
"chokidar": "1.6.0",
"chromedriver": "^93.0.1",
"chromedriver": "^94.0.0",
"classnames": "2.2.5",
"dedent": "^0.7.0",
"delete-empty": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5468,10 +5468,10 @@ chrome-trace-event@^1.0.0:
dependencies:
tslib "^1.9.0"

chromedriver@^93.0.1:
version "93.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-93.0.1.tgz#3ed1f7baa98a754fc1788c42ac8e4bb1ab27db32"
integrity sha512-KDzbW34CvQLF5aTkm3b5VdlTrvdIt4wEpCzT2p4XJIQWQZEPco5pNce7Lu9UqZQGkhQ4mpZt4Ky6NKVyIS2N8A==
chromedriver@^94.0.0:
version "94.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-94.0.0.tgz#f6a3533976ba72413a01672954040c3544ea9d30"
integrity sha512-x4hK7R7iOyAhdLHJEcOyGBW/oa2kno6AqpHVLd+n3G7c2Vk9XcAXMz84XhNItqykJvTc6E3z/JRIT1eHYH//Eg==
dependencies:
"@testim/chrome-version" "^1.0.7"
axios "^0.21.2"
Expand Down

0 comments on commit f18aafd

Please sign in to comment.