Skip to content

Commit

Permalink
build(deps-dev): bump selenium-webdriver and @types/selenium-webdriver (
Browse files Browse the repository at this point in the history
#1707)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) and [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver). These dependencies needed to be updated together.

Updates `selenium-webdriver` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.22.0...selenium-4.23.0)

Updates `@types/selenium-webdriver` from 4.1.24 to 4.1.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/selenium-webdriver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 9b13cdd commit ba1de13
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 18 deletions.
46 changes: 30 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"@types/react": "^18.0.9",
"@types/react-async-script": "^1.2.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/selenium-webdriver": "^4.1.24",
"@types/selenium-webdriver": "^4.1.25",
"@types/three": "^0.164.1",
"cross-env": "^7.0.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand All @@ -216,7 +216,7 @@
"lint-staged": "^15.2.8",
"prettier": "3.3.2",
"react-app-rewired": "^2.2.1",
"selenium-webdriver": "^4.22.0"
"selenium-webdriver": "^4.23.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down

0 comments on commit ba1de13

Please sign in to comment.