Skip to content

Commit 9f675af

Browse files
Update dependency selenium-webdriver to v4.35.0 (#2419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Diego Molina <[email protected]>
1 parent 2f1d335 commit 9f675af

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

examples/javascript/package-lock.json

Lines changed: 7 additions & 7 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.34.0"
11+
"selenium-webdriver": "4.35.0"
1212
},
1313
"devDependencies": {
1414
"mocha": "11.7.1"

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.138.0'
11-
gem 'selenium-webdriver', '= 4.34.0'
11+
gem 'selenium-webdriver', '= 4.35.0'

examples/ruby/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ GEM
5252
rubyzip (2.4.1)
5353
selenium-devtools (0.138.0)
5454
selenium-webdriver (~> 4.2)
55-
selenium-webdriver (4.34.0)
55+
selenium-webdriver (4.35.0)
5656
base64 (~> 0.2)
5757
logger (~> 1.4)
5858
rexml (~> 3.2, >= 3.2.5)
59-
rubyzip (>= 1.2.2, < 3.0)
59+
rubyzip (>= 1.2.2, < 4.0)
6060
websocket (~> 1.0)
6161
unicode-display_width (2.6.0)
6262
websocket (1.2.11)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
rubocop (~> 1.35)
7979
rubocop-rspec (~> 3.0)
8080
selenium-devtools (= 0.138.0)
81-
selenium-webdriver (= 4.34.0)
81+
selenium-webdriver (= 4.35.0)
8282

8383
BUNDLED WITH
8484
2.5.6

0 commit comments

Comments
 (0)