diff --git a/package-lock.json b/package-lock.json index ef0db9dd6e4..f905cd8fa06 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", @@ -34567,9 +34569,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", @@ -34577,7 +34579,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" } @@ -36800,9 +36802,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 b06e39c93d6..7ffd8b22360 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",