From 306e3b2bed679c7f02f4f74a13303024ca0dff46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:48:57 -0600 Subject: [PATCH] build(deps): bump cypress-split from 1.4.0 to 1.10.0 (#277) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4b585b7e..7b7dd945 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "commitizen": "4.3.0", "concurrently": "8.2.0", "cypress": "13.3.0", - "cypress-split": "1.4.0", + "cypress-split": "1.10.0", "cypress-terminal-report": "5.3.2", "cz-conventional-changelog": "3.3.0", "druid.d.ts": "0.12.2", diff --git a/yarn.lock b/yarn.lock index edf630fa..fd09cac8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3913,15 +3913,15 @@ curl-to-har@^1.0.1: underscore "^1.8.3" underscore.string "^3.0.3" -cypress-split@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/cypress-split/-/cypress-split-1.4.0.tgz#9a2480ef7e75008c71371b22956a748613f58144" - integrity sha512-Nx/ykSPFPbxtcRIfwemFF9lImWtlhU2bQeq6BijzzjgHFmKC3P4PgmMqfGoXPIEOI0OS+y4XxUKjHzkQdPukSQ== +cypress-split@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/cypress-split/-/cypress-split-1.10.0.tgz#68d499be21096ecfc6ae46c99b67d1e4bbb78f7c" + integrity sha512-emaELY5UmhcCrbIhfs21Ml35x9q58Kxh1b2faJeie1FddW39XSD+Yvllro8y95TW8yx+gfH7N/SOV3s1VcGspg== dependencies: "@actions/core" "^1.10.0" console.table "^0.10.0" debug "^4.3.4" - find-cypress-specs "1.35.1" + find-cypress-specs "1.36.2" humanize-duration "^3.28.0" cypress-terminal-report@5.3.2: @@ -5286,10 +5286,10 @@ finalhandler@1.2.0: statuses "2.0.1" unpipe "~1.0.0" -find-cypress-specs@1.35.1: - version "1.35.1" - resolved "https://registry.yarnpkg.com/find-cypress-specs/-/find-cypress-specs-1.35.1.tgz#89f633de14ab46c2afc6fee992a470596526f721" - integrity sha512-ngLPf/U/I8jAS6vn5ljClETa6seG+fmr3oXw6BcYX3xVIk7D8jNljHUIJCTDvnK90XOI1cflYGuNFDezhRBNvQ== +find-cypress-specs@1.36.2: + version "1.36.2" + resolved "https://registry.yarnpkg.com/find-cypress-specs/-/find-cypress-specs-1.36.2.tgz#08951d5510d9f0e4177ee0234865ec1833c61580" + integrity sha512-D6aQbrgmgdBhLdE38cbKyci1YNpF1ZWYT/+2BWUlhS5kgz/HKlVXWp76v8cxPuwcjPoIn/R4RzapjYGiEx4vRQ== dependencies: "@actions/core" "^1.10.0" arg "^5.0.1"