From 62111bffd81469347acd0a9a835c4f10540d8daa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:15:15 +0000 Subject: [PATCH] chore(deps): update dependency cypress-split to ^1.23.6 --- package-lock.json | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fc69f6118..4c9a34f1de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.9.0", "cypress": "^13.9.0", - "cypress-split": "^1.23.2", + "cypress-split": "^1.23.6", "cypress-visual-regression": "^5.0.0", "cypress-vite": "^1.5.0", "eslint-plugin-cypress": "^3.2.0", @@ -8809,17 +8809,18 @@ } }, "node_modules/cypress-split": { - "version": "1.23.2", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.2.tgz", - "integrity": "sha512-kJeTgrxfH59nE4XD4ZbS8ZQds7J+ShBjyjaPcKfp3akdxcqT41rK/Io/3f4bsV1xMi7QfywgVAc1FoV2WiCLuw==", + "version": "1.23.6", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.6.tgz", + "integrity": "sha512-HtT7j2oX9Fb63fR9lSEnlEx1L1vTkAyamP1n810cEgUGJzuiD0sEvwY5MRdk/JP1G7moCWzPcyJN0os81xWulA==", "dev": true, + "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.2", "console.table": "^0.10.0", "debug": "^4.3.4", "fast-shuffle": "^6.1.0", - "find-cypress-specs": "1.43.2", + "find-cypress-specs": "1.43.4", "globby": "^11.1.0", "humanize-duration": "^3.28.0" }, @@ -11927,10 +11928,11 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.43.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.43.2.tgz", - "integrity": "sha512-SNXfIy9CuKx/tdwzzn20kc7WxoJXyXmC4vzmttRD/z4qZ8eOxbN6ywmB/fuQtDLLQXncqNA7zLYsymhhIRcvTQ==", + "version": "1.43.4", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.43.4.tgz", + "integrity": "sha512-GAdz6lfBndbOq9OOJ3psThQ56hqgL8tZUCOLnl60d/l56bvHkC0TNwyqlLfBObiscirSZWSgyGL86jJkrpFMrA==", "dev": true, + "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.1", @@ -34560,9 +34562,9 @@ } }, "cypress-split": { - "version": "1.23.2", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.2.tgz", - "integrity": "sha512-kJeTgrxfH59nE4XD4ZbS8ZQds7J+ShBjyjaPcKfp3akdxcqT41rK/Io/3f4bsV1xMi7QfywgVAc1FoV2WiCLuw==", + "version": "1.23.6", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.6.tgz", + "integrity": "sha512-HtT7j2oX9Fb63fR9lSEnlEx1L1vTkAyamP1n810cEgUGJzuiD0sEvwY5MRdk/JP1G7moCWzPcyJN0os81xWulA==", "dev": true, "requires": { "@actions/core": "^1.10.0", @@ -34570,7 +34572,7 @@ "console.table": "^0.10.0", "debug": "^4.3.4", "fast-shuffle": "^6.1.0", - "find-cypress-specs": "1.43.2", + "find-cypress-specs": "1.43.4", "globby": "^11.1.0", "humanize-duration": "^3.28.0" } @@ -36793,9 +36795,9 @@ } }, "find-cypress-specs": { - "version": "1.43.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.43.2.tgz", - "integrity": "sha512-SNXfIy9CuKx/tdwzzn20kc7WxoJXyXmC4vzmttRD/z4qZ8eOxbN6ywmB/fuQtDLLQXncqNA7zLYsymhhIRcvTQ==", + "version": "1.43.4", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.43.4.tgz", + "integrity": "sha512-GAdz6lfBndbOq9OOJ3psThQ56hqgL8tZUCOLnl60d/l56bvHkC0TNwyqlLfBObiscirSZWSgyGL86jJkrpFMrA==", "dev": true, "requires": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 4739b47b54..8d071bff30 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.9.0", "cypress": "^13.9.0", - "cypress-split": "^1.23.2", + "cypress-split": "^1.23.6", "cypress-visual-regression": "^5.0.0", "cypress-vite": "^1.5.0", "eslint-plugin-cypress": "^3.2.0",