[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=selenium-webdriver&package-manager=npm_and_yarn&previous-version=4.24.1&new-version=4.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 8 ++++----
packages/tool/e2e-tests/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 1109ada88b..5ec038ffc8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15251,9 +15251,9 @@
"dev": true
},
"node_modules/selenium-webdriver": {
- "version": "4.24.1",
- "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.24.1.tgz",
- "integrity": "sha512-fcK5BTI/54cSqIhiVtrd9li1YL6LW109yIwuVw6V+FlVE6y4riGiX2qdZxVzHq+sm2TJyps+D2sjzXrpDZe1Og==",
+ "version": "4.25.0",
+ "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.25.0.tgz",
+ "integrity": "sha512-zl9IX93caOT8wbcCpZzAkEtYa+hNgJ4C5GUN8uhpzggqRLvsg1asfKi0p1uNZC8buYVvsBZbx8S+9MjVAjs4oA==",
"dev": true,
"dependencies": {
"@bazel/runfiles": "^5.8.1",
@@ -18040,7 +18040,7 @@
"chromedriver": "^129.0.1",
"geckodriver": "^4.4.4",
"lodash": "^4.17.21",
- "selenium-webdriver": "^4.24.1",
+ "selenium-webdriver": "^4.25.0",
"uuid": "^10.0.0"
}
},
diff --git a/packages/tool/e2e-tests/package.json b/packages/tool/e2e-tests/package.json
index 2dd32e484b..b19820f786 100644
--- a/packages/tool/e2e-tests/package.json
+++ b/packages/tool/e2e-tests/package.json
@@ -23,7 +23,7 @@
"chromedriver": "^129.0.1",
"geckodriver": "^4.4.4",
"lodash": "^4.17.21",
- "selenium-webdriver": "^4.24.1",
+ "selenium-webdriver": "^4.25.0",
"uuid": "^10.0.0"
}
}