web: bump chromedriver from 129.0.0 to 129.0.1 in /tests/wdio (#11563)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 129.0.0 to 129.0.1.
- [Commits](https://github.com/giggio/node-chromedriver/compare/129.0.0...129.0.1)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-09-30 15:05:11 +02:00
committed by GitHub
parent 2e79ad5adf
commit 5453710c39
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"": {
"name": "@goauthentik/web-tests",
"dependencies": {
"chromedriver": "^129.0.0",
"chromedriver": "^129.0.1",
"lockfile-lint": "^4.14.0",
"syncpack": "^13.0.0"
},
@ -5976,9 +5976,9 @@
}
},
"node_modules/chromedriver": {
"version": "129.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-129.0.0.tgz",
"integrity": "sha512-B1ccqD6hDjNrw94FeqdynIotn1ZV/TnFrkRz2Rync2kzSnq6D6IrSkN1w5Pnuvnc98QhN2xujxDXxkqEqy/PWg==",
"version": "129.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-129.0.1.tgz",
"integrity": "sha512-thJqK3c7p9rIhmjBvs/cgaK0Hk30g7LbnmMXQ2aLnn75ZOiEl/2GBcgc6fw+4GIw1SmOYhnNmaEI1iTP3qob0w==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",

View File

@ -1,7 +1,7 @@
{
"name": "@goauthentik/web-tests",
"dependencies": {
"chromedriver": "^129.0.0",
"chromedriver": "^129.0.1",
"lockfile-lint": "^4.14.0",
"syncpack": "^13.0.0"
},