From c4c5241fb1093e99626b282e5df2bcf4b4a68741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 18:24:39 +0000 Subject: [PATCH] Update dependency selenium-webdriver to v4.21.0 (#1983) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [selenium-webdriver](https://togithub.com/SeleniumHQ/selenium/tree/trunk/javascript/node/selenium-webdriver#readme) ([source](https://togithub.com/SeleniumHQ/selenium)) | [`4.20.0` -> `4.21.0`](https://renovatebot.com/diffs/npm/selenium-webdriver/4.19.0/4.21.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/selenium-webdriver/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/selenium-webdriver/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/selenium-webdriver/4.19.0/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/selenium-webdriver/4.19.0/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
SeleniumHQ/selenium (selenium-webdriver) ### [`v4.21.0`](https://togithub.com/SeleniumHQ/selenium/compare/866c76ca804c82795fd86a969bc5ed402397142c...79ed462ef4f0af15fa7cb6c163898721c87d97a3) [Compare Source](https://togithub.com/SeleniumHQ/selenium/compare/866c76ca804c82795fd86a969bc5ed402397142c...79ed462ef4f0af15fa7cb6c163898721c87d97a3) ### [`v4.20.0`](https://togithub.com/SeleniumHQ/selenium/compare/5f9cec8963b33a7708619d666a5ce0b2f6542c7d...866c76ca804c82795fd86a969bc5ed402397142c) [Compare Source](https://togithub.com/SeleniumHQ/selenium/compare/5f9cec8963b33a7708619d666a5ce0b2f6542c7d...866c76ca804c82795fd86a969bc5ed402397142c)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59743b996f..408826a0bd 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "scheduler-builtin": "npm:scheduler@0.24.0-next-fecc288b7-20221025", "scheduler-experimental-builtin": "npm:scheduler@0.23.2", "seedrandom": "3.0.5", - "selenium-webdriver": "4.20.0", + "selenium-webdriver": "4.21.0", "semver": "7.6.2", "shell-quote": "1.8.1", "strip-ansi": "7.1.0",