Skip to content

Commit

Permalink
fix(deps): update dependency selenium-webdriver to v4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2024
1 parent 9bc739d commit 0fa8159
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
31 changes: 15 additions & 16 deletions examples/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"dependencies": {
"assert": "2.1.0",
"selenium-webdriver": "4.23.0"
"selenium-webdriver": "4.24.0"
},
"devDependencies": {
"mocha": "10.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.35'
gem 'rubocop-rspec', '~> 3.0'
gem 'selenium-devtools', '= 0.127.0'
gem 'selenium-webdriver', '= 4.23.0'
gem 'selenium-webdriver', '= 4.24.0'
4 changes: 2 additions & 2 deletions examples/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
rubyzip (2.3.2)
selenium-devtools (0.127.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.23.0)
selenium-webdriver (4.24.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -74,7 +74,7 @@ DEPENDENCIES
rubocop (~> 1.35)
rubocop-rspec (~> 3.0)
selenium-devtools (= 0.127.0)
selenium-webdriver (= 4.23.0)
selenium-webdriver (= 4.24.0)

BUNDLED WITH
2.5.6

0 comments on commit 0fa8159

Please sign in to comment.