Skip to content

Commit

Permalink
fix: bump chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gummersall committed Jul 29, 2021
1 parent bdeab7b commit d80da28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testing/browser-functional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Test to check browser compatibility",
"main": "",
"devDependencies": {
"chromedriver": "^90.0.1",
"chromedriver": "^92.0.0",
"dotenv": "^8.2.0",
"geckodriver": "^1.19.1",
"nightwatch": "^1.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3722,10 +3722,10 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^90.0.1:
version "90.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-90.0.1.tgz#e322d9fcab28da124a25fd4469a8683b00f69e09"
integrity sha512-jvyhin0I/Bacxfet7eg29B1j+5mKR35XwWGbgcCOUALeE3mqcCKJY8xUW9cVrqVqTK9/iUOq8/kar7qrTVshPA==
chromedriver@^92.0.0:
version "92.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-92.0.0.tgz#7860efe7d082ec877dc8146aa920d30340fcbb47"
integrity sha512-IdJ5n5jLL6tCsGQF/fQHF2gDEhVzoYIqktUn6hE/BSsXlCcyDTi45fQbhTEhZlmshM8+BpnRtPuIT5DRbxNqKg==
dependencies:
"@testim/chrome-version" "^1.0.7"
axios "^0.21.1"
Expand Down

0 comments on commit d80da28

Please sign in to comment.