Bump selenium-standalone from 7.1.0 to 8.0.3 (#5632)

Bumps [selenium-standalone](https://github.com/webdriverio/selenium-standalone) from 7.1.0 to 8.0.3.
- [Release notes](https://github.com/webdriverio/selenium-standalone/releases)
- [Changelog](https://github.com/webdriverio/selenium-standalone/blob/main/HISTORY.md)
- [Commits](https://github.com/webdriverio/selenium-standalone/compare/v7.1.0...v8.0.3)

---
updated-dependencies:
- dependency-name: selenium-standalone
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-25 16:57:15 +01:00
committed by GitHub
parent 0f3c06306f
commit feef8fe1f2
2 changed files with 83 additions and 8 deletions

89
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"mocha": "^9.1.1",
"readline-sync": "^1.4.10",
"rimraf": "^3.0.2",
"selenium-standalone": "^7.1.0",
"selenium-standalone": "^8.0.3",
"through2": "^4.0.2",
"typescript": "^4.3.2",
"typescript-closure-tools": "^0.0.7",
@@ -1851,6 +1851,50 @@
"lowercase-keys": "^2.0.0"
}
},
"node_modules/@wdio/selenium-standalone-service/node_modules/selenium-standalone": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-7.1.0.tgz",
"integrity": "sha512-Pc7U48qwB4LVy/XczBrPPXwUhEPl3XQSik8SjLfj2qzBEtZqrjyzOlnnXq4aVCdr5wH9FiFJm8LwheJbK2+/oQ==",
"dev": true,
"dependencies": {
"commander": "^7.2.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.1",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"is-port-reachable": "^3.0.0",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"progress": "2.0.3",
"tar-stream": "2.2.0",
"which": "^2.0.2",
"yauzl": "^2.10.0"
},
"bin": {
"selenium-standalone": "bin/selenium-standalone"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
}
},
"node_modules/@wdio/selenium-standalone-service/node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@wdio/types": {
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.13.0.tgz",
@@ -11576,9 +11620,9 @@
"dev": true
},
"node_modules/selenium-standalone": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-7.1.0.tgz",
"integrity": "sha512-Pc7U48qwB4LVy/XczBrPPXwUhEPl3XQSik8SjLfj2qzBEtZqrjyzOlnnXq4aVCdr5wH9FiFJm8LwheJbK2+/oQ==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-8.0.3.tgz",
"integrity": "sha512-JoTEPrK9ICtZ6ReHgQ1HSdPraYzP3rjlSaA3+3u9Clp5VQFP9an0ko/S8EFKH4VcZi2OJYra/lZUk6ZFS+MTAw==",
"dev": true,
"dependencies": {
"commander": "^7.2.0",
@@ -15734,6 +15778,37 @@
"requires": {
"lowercase-keys": "^2.0.0"
}
},
"selenium-standalone": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-7.1.0.tgz",
"integrity": "sha512-Pc7U48qwB4LVy/XczBrPPXwUhEPl3XQSik8SjLfj2qzBEtZqrjyzOlnnXq4aVCdr5wH9FiFJm8LwheJbK2+/oQ==",
"dev": true,
"requires": {
"commander": "^7.2.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.1",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"is-port-reachable": "^3.0.0",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"progress": "2.0.3",
"tar-stream": "2.2.0",
"which": "^2.0.2",
"yauzl": "^2.10.0"
}
},
"which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
"requires": {
"isexe": "^2.0.0"
}
}
}
},
@@ -23404,9 +23479,9 @@
"dev": true
},
"selenium-standalone": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-7.1.0.tgz",
"integrity": "sha512-Pc7U48qwB4LVy/XczBrPPXwUhEPl3XQSik8SjLfj2qzBEtZqrjyzOlnnXq4aVCdr5wH9FiFJm8LwheJbK2+/oQ==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-8.0.3.tgz",
"integrity": "sha512-JoTEPrK9ICtZ6ReHgQ1HSdPraYzP3rjlSaA3+3u9Clp5VQFP9an0ko/S8EFKH4VcZi2OJYra/lZUk6ZFS+MTAw==",
"dev": true,
"requires": {
"commander": "^7.2.0",

View File

@@ -91,7 +91,7 @@
"mocha": "^9.1.1",
"readline-sync": "^1.4.10",
"rimraf": "^3.0.2",
"selenium-standalone": "^7.1.0",
"selenium-standalone": "^8.0.3",
"through2": "^4.0.2",
"typescript": "^4.3.2",
"typescript-closure-tools": "^0.0.7",