Skip to content

Commit

Permalink
build(deps): bump selenium-webdriver from 4.16.0 to 4.18.0
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.16.0 to 4.18.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.16.0...selenium-4.18.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 6133d45 commit 1cc2de8
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion recipes/async-await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "async-await",
"version": "0.0.0",
"dependencies": {
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "build",
"version": "0.0.0",
"dependencies": {
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/chrome-profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"chromedriver": "^121.0.2",
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@cucumber/cucumber": "^10.3.1",
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/find/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "find",
"version": "0.0.0",
"dependencies": {
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"jest": "^29.5.0",
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"mocha": "^10.2.0",
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "resources",
"version": "0.0.0",
"dependencies": {
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "screenshot",
"version": "0.0.0",
"dependencies": {
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion recipes/wait-until/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wait-until",
"version": "0.0.0",
"dependencies": {
"selenium-webdriver": "^4.16.0"
"selenium-webdriver": "^4.18.0"
},
"license": "MIT"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3008,10 +3008,10 @@ seed-random@~2.2.0:
resolved "https://registry.yarnpkg.com/seed-random/-/seed-random-2.2.0.tgz#2a9b19e250a817099231a5b99a4daf80b7fbed54"
integrity sha1-KpsZ4lCoFwmSMaW5mk2vgLf77VQ=

selenium-webdriver@^4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.16.0.tgz#2f1a2426d876aa389d1c937b00f034c2c7808360"
integrity sha512-IbqpRpfGE7JDGgXHJeWuCqT/tUqnLvZ14csSwt+S8o4nJo3RtQoE9VR4jB47tP/A8ArkYsh/THuMY6kyRP6kuA==
selenium-webdriver@^4.18.0:
version "4.18.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.18.0.tgz#dab88fe0b3337872b622b9062376d83664013f04"
integrity sha512-EZquOcfqnIf0T90ge89tgJ6RPFXC/6PZmDB4HqjEYSshI8wL2kDkipq1C6BcOYY5moDIksNPyNd1zqCgFKVUvg==
dependencies:
jszip "^3.10.1"
tmp "^0.2.1"
Expand Down

0 comments on commit 1cc2de8

Please sign in to comment.