Bump got and geckodriver

Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [geckodriver](https://github.com/vladikoff/node-geckodriver). These dependencies need to be updated together.


Updates `got` from 11.8.2 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5)

Updates `geckodriver` from 2.0.4 to 3.0.2
- [Release notes](https://github.com/vladikoff/node-geckodriver/releases)
- [Commits](https://github.com/vladikoff/node-geckodriver/compare/v2.0.4...v3.0.2)

---
updated-dependencies:
- dependency-name: got
  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] 2022-10-08 10:30:39 +00:00 committed by GitHub
parent 1ba8df3efa
commit 29602f8c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4460 additions and 4487 deletions

8945
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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