From 303f9e22740b85afb0343df05afd0a5abc6c6e81 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 17 Nov 2024 11:13:02 +0000
Subject: [PATCH] Upgrade: [dependabot] - bump chromedriver from 130.0.4 to
131.0.0 (#2941)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from
130.0.4 to 131.0.0.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromedriver&package-manager=npm_and_yarn&previous-version=130.0.4&new-version=131.0.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>
Co-authored-by: anthony-nhs <121869075+anthony-nhs@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 d0af6a10ab..10c746ec51 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6510,9 +6510,9 @@
}
},
"node_modules/chromedriver": {
- "version": "130.0.4",
- "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-130.0.4.tgz",
- "integrity": "sha512-lpR+PWXszij1k4Ig3t338Zvll9HtCTiwoLM7n4pCCswALHxzmgwaaIFBh3rt9+5wRk9D07oFblrazrBxwaYYAQ==",
+ "version": "131.0.0",
+ "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-131.0.0.tgz",
+ "integrity": "sha512-ukYmdCox2eRsjpCYUB4AOLV1fSfWQ1ZPfcUc0PIUWZKoyjyXKEl8i4DJ14bcNzNbEvaVx2Z2pnx/nLK2CM+ruQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -17195,7 +17195,7 @@
"@types/lodash": "^4.17.12",
"@types/selenium-webdriver": "^4.1.26",
"@types/uuid": "^10.0.0",
- "chromedriver": "^130.0.4",
+ "chromedriver": "^131.0.0",
"geckodriver": "^5.0.0",
"lodash": "^4.17.21",
"selenium-webdriver": "^4.25.0",
diff --git a/packages/tool/e2e-tests/package.json b/packages/tool/e2e-tests/package.json
index 8a61e2fa1d..58784b2ec7 100644
--- a/packages/tool/e2e-tests/package.json
+++ b/packages/tool/e2e-tests/package.json
@@ -20,7 +20,7 @@
"@types/lodash": "^4.17.12",
"@types/selenium-webdriver": "^4.1.26",
"@types/uuid": "^10.0.0",
- "chromedriver": "^130.0.4",
+ "chromedriver": "^131.0.0",
"geckodriver": "^5.0.0",
"lodash": "^4.17.21",
"selenium-webdriver": "^4.25.0",