Skip to content

Commit 413a870

Browse files
Update dependency selenium-webdriver to v4.33.0
1 parent 427260b commit 413a870

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
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.32.0"
11+
"selenium-webdriver": "4.33.0"
1212
},
1313
"devDependencies": {
1414
"mocha": "11.2.2"

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.136.0'
11-
gem 'selenium-webdriver', '= 4.32.0'
11+
gem 'selenium-webdriver', '= 4.33.0'

examples/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
rubyzip (2.4.1)
5151
selenium-devtools (0.136.0)
5252
selenium-webdriver (~> 4.2)
53-
selenium-webdriver (4.32.0)
53+
selenium-webdriver (4.33.0)
5454
base64 (~> 0.2)
5555
logger (~> 1.4)
5656
rexml (~> 3.2, >= 3.2.5)
@@ -76,7 +76,7 @@ DEPENDENCIES
7676
rubocop (~> 1.35)
7777
rubocop-rspec (~> 3.0)
7878
selenium-devtools (= 0.136.0)
79-
selenium-webdriver (= 4.32.0)
79+
selenium-webdriver (= 4.33.0)
8080

8181
BUNDLED WITH
8282
2.5.6

0 commit comments

Comments
 (0)