Bump tar and geckodriver

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [geckodriver](https://github.com/webdriverio-community/node-geckodriver). These dependencies need to be updated together.


Removes `tar`

Updates `geckodriver` from 3.0.2 to 4.3.3
- [Release notes](https://github.com/webdriverio-community/node-geckodriver/releases)
- [Changelog](https://github.com/webdriverio-community/node-geckodriver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio-community/node-geckodriver/compare/v3.0.2...v4.3.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: geckodriver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-11 02:53:55 +00:00 committed by GitHub
parent d10725e870
commit e24c454491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 733 additions and 534 deletions

1265
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"dependencies": {
"chromedriver": "^119.0.1",
"eslint": "^8.12.0",
"geckodriver": "^3.0.2",
"geckodriver": "^4.3.3",
"selenium-webdriver": "^4.0.0-beta.4"
},
"author": "Dennis Eichhorn",