diff --git a/package-lock.json b/package-lock.json index 012cb8685dc..f84621b9431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.9.0", "cypress": "^13.12.0", - "cypress-split": "^1.23.2", + "cypress-split": "^1.24.0", "cypress-visual-regression": "^5.0.0", "eslint-plugin-cypress": "^2.15.2", "identity-obj-proxy": "^3.0.0", @@ -9402,17 +9402,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.24.0", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.0.tgz", + "integrity": "sha512-ZEFh1m6z+HwPWpB1h9YAF1L6K/wkPBR3vD+v8Rrg8BRm50sZ7oSx6Dw+sv6zfr5Pfqv247CnobLewdFBLlPIBQ==", "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" }, @@ -13030,10 +13031,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", @@ -38128,9 +38130,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.24.0", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.0.tgz", + "integrity": "sha512-ZEFh1m6z+HwPWpB1h9YAF1L6K/wkPBR3vD+v8Rrg8BRm50sZ7oSx6Dw+sv6zfr5Pfqv247CnobLewdFBLlPIBQ==", "dev": true, "requires": { "@actions/core": "^1.10.0", @@ -38138,7 +38140,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" } @@ -40753,9 +40755,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 7e6453e250d..06adce5be9c 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.9.0", "cypress": "^13.12.0", - "cypress-split": "^1.23.2", + "cypress-split": "^1.24.0", "cypress-visual-regression": "^5.0.0", "eslint-plugin-cypress": "^2.15.2", "identity-obj-proxy": "^3.0.0",