Skip to content

Commit c693403

Browse files
fix(deps): update dependency selenium-webdriver to v4.25.0
1 parent 5047162 commit c693403

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

examples/javascript/package-lock.json

Lines changed: 7 additions & 8 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.24.1"
11+
"selenium-webdriver": "4.25.0"
1212
},
1313
"devDependencies": {
1414
"mocha": "10.7.3"

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.128.0'
11-
gem 'selenium-webdriver', '= 4.24.0'
11+
gem 'selenium-webdriver', '= 4.25.0'

examples/ruby/Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
diff-lcs (1.5.1)
77
json (2.7.2)
88
language_server-protocol (3.17.0.3)
9-
logger (1.6.0)
9+
logger (1.6.1)
1010
parallel (1.26.3)
1111
parser (3.3.5.0)
1212
ast (~> 2.4.1)
@@ -15,8 +15,7 @@ GEM
1515
rainbow (3.1.1)
1616
rake (13.2.1)
1717
regexp_parser (2.9.2)
18-
rexml (3.3.6)
19-
strscan
18+
rexml (3.3.7)
2019
rspec (3.13.0)
2120
rspec-core (~> 3.13.0)
2221
rspec-expectations (~> 3.13.0)
@@ -48,13 +47,12 @@ GEM
4847
rubyzip (2.3.2)
4948
selenium-devtools (0.128.0)
5049
selenium-webdriver (~> 4.2)
51-
selenium-webdriver (4.24.0)
50+
selenium-webdriver (4.25.0)
5251
base64 (~> 0.2)
5352
logger (~> 1.4)
5453
rexml (~> 3.2, >= 3.2.5)
5554
rubyzip (>= 1.2.2, < 3.0)
5655
websocket (~> 1.0)
57-
strscan (3.1.0)
5856
unicode-display_width (2.5.0)
5957
websocket (1.2.11)
6058

@@ -73,7 +71,7 @@ DEPENDENCIES
7371
rubocop (~> 1.35)
7472
rubocop-rspec (~> 3.0)
7573
selenium-devtools (= 0.128.0)
76-
selenium-webdriver (= 4.24.0)
74+
selenium-webdriver (= 4.25.0)
7775

7876
BUNDLED WITH
7977
2.5.6

0 commit comments

Comments
 (0)