Skip to content

Commit

Permalink
Update dependency selenium-webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent fc1ed22 commit f09bbed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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.20.0"
"selenium-webdriver": "4.21.0"
},
"devDependencies": {
"mocha": "10.4.0"
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', '~> 2.12'
gem 'selenium-devtools', '= 0.125.0'
gem 'selenium-webdriver', '= 4.20.1'
gem 'selenium-webdriver', '= 4.21.1'
4 changes: 2 additions & 2 deletions examples/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
rubyzip (2.3.2)
selenium-devtools (0.125.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.20.1)
selenium-webdriver (4.21.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -80,7 +80,7 @@ DEPENDENCIES
rubocop (~> 1.35)
rubocop-rspec (~> 2.12)
selenium-devtools (= 0.125.0)
selenium-webdriver (= 4.20.1)
selenium-webdriver (= 4.21.1)

BUNDLED WITH
2.5.6

0 comments on commit f09bbed

Please sign in to comment.