Skip to content

Commit 2fcd13d

Browse files
fix(deps): update dependency selenium-webdriver to v4.23.0 (#1820)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb30484 commit 2fcd13d

File tree

4 files changed

+27
-16
lines changed

4 files changed

+27
-16
lines changed

examples/javascript/package-lock.json

Lines changed: 21 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "Apache-2.0",
99
"dependencies": {
1010
"assert": "2.1.0",
11-
"selenium-webdriver": "4.22.0"
11+
"selenium-webdriver": "4.23.0"
1212
},
1313
"devDependencies": {
1414
"mocha": "10.6.0"

examples/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 3.0'
1010
gem 'selenium-devtools', '= 0.126.0'
11-
gem 'selenium-webdriver', '= 4.22.0'
11+
gem 'selenium-webdriver', '= 4.23.0'

examples/ruby/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
rainbow (3.1.1)
1616
rake (13.2.1)
1717
regexp_parser (2.9.2)
18-
rexml (3.3.1)
18+
rexml (3.3.2)
1919
strscan
2020
rspec (3.13.0)
2121
rspec-core (~> 3.13.0)
@@ -49,15 +49,15 @@ GEM
4949
rubyzip (2.3.2)
5050
selenium-devtools (0.126.0)
5151
selenium-webdriver (~> 4.2)
52-
selenium-webdriver (4.22.0)
52+
selenium-webdriver (4.23.0)
5353
base64 (~> 0.2)
5454
logger (~> 1.4)
5555
rexml (~> 3.2, >= 3.2.5)
5656
rubyzip (>= 1.2.2, < 3.0)
5757
websocket (~> 1.0)
5858
strscan (3.1.0)
5959
unicode-display_width (2.5.0)
60-
websocket (1.2.10)
60+
websocket (1.2.11)
6161

6262
PLATFORMS
6363
arm64-darwin-21
@@ -73,7 +73,7 @@ DEPENDENCIES
7373
rubocop (~> 1.35)
7474
rubocop-rspec (~> 3.0)
7575
selenium-devtools (= 0.126.0)
76-
selenium-webdriver (= 4.22.0)
76+
selenium-webdriver (= 4.23.0)
7777

7878
BUNDLED WITH
7979
2.5.6

0 commit comments

Comments
 (0)