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
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.24.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.22.0...selenium-4.24.0)

Updates `@types/selenium-webdriver` from 4.1.24 to 4.1.26
- [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]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 9aedaec commit a374b4f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
58 changes: 36 additions & 22 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 @@ -43,7 +43,7 @@
"@types/jquery": "^3.5.14",
"@types/node": "^17.0.41",
"@types/oojs-ui": "^0.46.1",
"@types/selenium-webdriver": "^4.1.24",
"@types/selenium-webdriver": "^4.1.26",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"axios": "^1.7.4",
Expand All @@ -65,7 +65,7 @@
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-pluginutils": "^2.8.2",
"selenium-webdriver": "^4.22.0",
"selenium-webdriver": "^4.24.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
Expand Down

0 comments on commit a374b4f

Please sign in to comment.