Skip to content

Commit c449cab

Browse files
fix(deps): update dependency selenium-webdriver (#2137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 323e89f commit c449cab

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

examples/javascript/package-lock.json

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/javascript/package.json

+1-1
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.27.0"
11+
"selenium-webdriver": "4.28.1"
1212
},
1313
"devDependencies": {
1414
"mocha": "11.0.1"

examples/ruby/Gemfile

+1-1
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.132.0'
11-
gem 'selenium-webdriver', '= 4.27.0'
11+
gem 'selenium-webdriver', '= 4.28.0'

examples/ruby/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
rubyzip (2.4.1)
4848
selenium-devtools (0.132.0)
4949
selenium-webdriver (~> 4.2)
50-
selenium-webdriver (4.27.0)
50+
selenium-webdriver (4.28.0)
5151
base64 (~> 0.2)
5252
logger (~> 1.4)
5353
rexml (~> 3.2, >= 3.2.5)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
rubocop (~> 1.35)
7272
rubocop-rspec (~> 3.0)
7373
selenium-devtools (= 0.132.0)
74-
selenium-webdriver (= 4.27.0)
74+
selenium-webdriver (= 4.28.0)
7575

7676
BUNDLED WITH
7777
2.5.6

0 commit comments

Comments
 (0)