web: bump the wdio group in /tests/wdio with 1 update (#8339)

Bumps the wdio group in /tests/wdio with 1 update: [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner).


Updates `@wdio/local-runner` from 8.29.1 to 8.29.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.2/packages/wdio-local-runner)

---
updated-dependencies:
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: wdio
...

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]
2024-01-29 11:24:52 +01:00
committed by GitHub
parent 0b8af252b2
commit 741a88ffa6
2 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@wdio/cli": "^8.29.1",
"@wdio/local-runner": "^8.29.1",
"@wdio/local-runner": "^8.29.2",
"@wdio/mocha-framework": "^8.29.1",
"@wdio/spec-reporter": "^8.29.1",
"eslint": "^8.56.0",
@ -1268,15 +1268,15 @@
}
},
"node_modules/@wdio/local-runner": {
"version": "8.29.1",
"resolved": "https://registry.npmjs.org/@wdio/local-runner/-/local-runner-8.29.1.tgz",
"integrity": "sha512-Z3QAgxe1uQ97C7NS1CdMhgmHaLu/sbb47HTbw1yuuLk+SwsBIQGhNpTSA18QVRSUXq70G3bFvjACwqyap1IEQg==",
"version": "8.29.2",
"resolved": "https://registry.npmjs.org/@wdio/local-runner/-/local-runner-8.29.2.tgz",
"integrity": "sha512-5AFu8b+8jOjnSLdBmYwVBdZ/EjoLIO4lhcvOrBDoxiIV8bCl8uvf3nSroPyluVh338hrDO8hVLH4Lj+O/VWXOQ==",
"dev": true,
"dependencies": {
"@types/node": "^20.1.0",
"@wdio/logger": "8.28.0",
"@wdio/repl": "8.24.12",
"@wdio/runner": "8.29.1",
"@wdio/runner": "8.29.2",
"@wdio/types": "8.29.1",
"async-exit-hook": "^2.0.1",
"split2": "^4.1.0",
@ -1365,9 +1365,9 @@
}
},
"node_modules/@wdio/runner": {
"version": "8.29.1",
"resolved": "https://registry.npmjs.org/@wdio/runner/-/runner-8.29.1.tgz",
"integrity": "sha512-MvYFf4RgRmzxjAzy6nxvaDG1ycBRvoz772fT06csjxuaVYm57s8mlB8X+U1UQMx/IzujAb53fSeAmNcyU3FNEA==",
"version": "8.29.2",
"resolved": "https://registry.npmjs.org/@wdio/runner/-/runner-8.29.2.tgz",
"integrity": "sha512-ryAHVqC2pqyc6/n2ZYMIwLz8ShC1yIGylKFWqdJ5+4vHQauJTKmDVDPHdg6vBqTQrmq6opBqh0It4qeuhRuk4w==",
"dev": true,
"dependencies": {
"@types/node": "^20.1.0",

View File

@ -7,7 +7,7 @@
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@wdio/cli": "^8.29.1",
"@wdio/local-runner": "^8.29.1",
"@wdio/local-runner": "^8.29.2",
"@wdio/mocha-framework": "^8.29.1",
"@wdio/spec-reporter": "^8.29.1",
"eslint": "^8.56.0",