From 76c770a74ba10b06196db770bb18a41869cd2204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:07:24 -0400 Subject: [PATCH] chore(deps-dev): Bump geckodriver from 4.4.1 to 4.4.2 in /typescript-selenium-webdriver-sample (#1559) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [geckodriver](https://github.com/webdriverio-community/node-geckodriver) from 4.4.1 to 4.4.2.
Release notes

Sourced from geckodriver's releases.

Release 4.4.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=geckodriver&package-manager=npm_and_yarn&previous-version=4.4.1&new-version=4.4.2)](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> --- typescript-selenium-webdriver-sample/package.json | 2 +- typescript-selenium-webdriver-sample/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript-selenium-webdriver-sample/package.json b/typescript-selenium-webdriver-sample/package.json index 905c591f..22beddf5 100644 --- a/typescript-selenium-webdriver-sample/package.json +++ b/typescript-selenium-webdriver-sample/package.json @@ -11,7 +11,7 @@ "axe-sarif-converter": "^2.12.0", "chromedriver": "^126.0.4", "cross-env": "^7.0.3", - "geckodriver": "^4.4.1", + "geckodriver": "^4.4.2", "jest": "^27.5.1", "jest-junit": "^16.0.0", "selenium-webdriver": "^4.22.0", diff --git a/typescript-selenium-webdriver-sample/yarn.lock b/typescript-selenium-webdriver-sample/yarn.lock index aad70deb..e0b22db5 100644 --- a/typescript-selenium-webdriver-sample/yarn.lock +++ b/typescript-selenium-webdriver-sample/yarn.lock @@ -1751,10 +1751,10 @@ function-bind@^1.1.1: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -geckodriver@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-4.4.1.tgz#b39b26a17f9166038702743f5722b6d83e0483f6" - integrity sha512-nnAdIrwLkMcDu4BitWXF23pEMeZZ0Cj7HaWWFdSpeedBP9z6ft150JYiGO2mwzw6UiR823Znk1JeIf07RyzloA== +geckodriver@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-4.4.2.tgz#b5b72b3e5deb905947151f214b96f52505c2dd3a" + integrity sha512-/JFJ7DJPJUvDhLjzQk+DwjlkAmiShddfRHhZ/xVL9FWbza5Bi3UMGmmerEKqD69JbRs7R81ZW31co686mdYZyA== dependencies: "@wdio/logger" "^8.28.0" "@zip.js/zip.js" "^2.7.44"