Skip to content

Commit

Permalink
fix(deps): update dependency selenium-webdriver to v4.23.0 (#1820)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent bb30484 commit 2fcd13d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 16 deletions.
31 changes: 21 additions & 10 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.22.0"
"selenium-webdriver": "4.23.0"
},
"devDependencies": {
"mocha": "10.6.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', '~> 3.0'
gem 'selenium-devtools', '= 0.126.0'
gem 'selenium-webdriver', '= 4.22.0'
gem 'selenium-webdriver', '= 4.23.0'
8 changes: 4 additions & 4 deletions examples/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -49,15 +49,15 @@ GEM
rubyzip (2.3.2)
selenium-devtools (0.126.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.22.0)
selenium-webdriver (4.23.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
strscan (3.1.0)
unicode-display_width (2.5.0)
websocket (1.2.10)
websocket (1.2.11)

PLATFORMS
arm64-darwin-21
Expand All @@ -73,7 +73,7 @@ DEPENDENCIES
rubocop (~> 1.35)
rubocop-rspec (~> 3.0)
selenium-devtools (= 0.126.0)
selenium-webdriver (= 4.22.0)
selenium-webdriver (= 4.23.0)

BUNDLED WITH
2.5.6

0 comments on commit 2fcd13d

Please sign in to comment.