diff --git a/package-lock.json b/package-lock.json index 22cef3e8378..a4d5f6afdef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.11.1", "cypress": "^13.6.4", - "cypress-split": "^1.24.5", + "cypress-split": "^1.24.7", "cypress-visual-regression": "^5.2.2", "cypress-vite": "^1.5.0", "eslint-plugin-cypress": "^3.6.0", @@ -8890,9 +8890,9 @@ } }, "node_modules/cypress-split": { - "version": "1.24.5", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.5.tgz", - "integrity": "sha512-7c58IyRtT79wSffrJ78pbKtvhYsjhF6OD5Jhe/32mJ6ue9YFocHIy8D2LM5imM6UcDri6pPMROLMlIyxPElfIg==", + "version": "1.24.7", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.7.tgz", + "integrity": "sha512-JOxWgCQHi/JMOwznm6VF7V1GHYEM9Mxz6EipZu9WgQtqnRjk3QX6lBXJMjRXOPqArguL9S49OSFUQXDiC19hBg==", "dev": true, "license": "MIT", "dependencies": { @@ -8901,7 +8901,7 @@ "console.table": "^0.10.0", "debug": "^4.3.4", "fast-shuffle": "^6.1.0", - "find-cypress-specs": "1.45.2", + "find-cypress-specs": "1.46.2", "globby": "^11.1.0", "humanize-duration": "^3.28.0" }, @@ -12037,9 +12037,9 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.45.2.tgz", - "integrity": "sha512-D289NM0Dpqoz4+yl8oEtbioqm7zPKQo0hLcvwlg5Z9iBm7EioMIFiOYgluthDNPxUES/aJF+1xHRHAJpC3ejcA==", + "version": "1.46.2", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.2.tgz", + "integrity": "sha512-eXvGQMftYDTbQflVX6TzJj7hA0ypO5+FfUrnMdRf1+yCu5xVY5wPv721AWp/xPBOpQXwx5jdoZRH9m95U/1c7A==", "dev": true, "license": "MIT", "dependencies": { @@ -35093,9 +35093,9 @@ } }, "cypress-split": { - "version": "1.24.5", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.5.tgz", - "integrity": "sha512-7c58IyRtT79wSffrJ78pbKtvhYsjhF6OD5Jhe/32mJ6ue9YFocHIy8D2LM5imM6UcDri6pPMROLMlIyxPElfIg==", + "version": "1.24.7", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.7.tgz", + "integrity": "sha512-JOxWgCQHi/JMOwznm6VF7V1GHYEM9Mxz6EipZu9WgQtqnRjk3QX6lBXJMjRXOPqArguL9S49OSFUQXDiC19hBg==", "dev": true, "requires": { "@actions/core": "^1.10.0", @@ -35103,7 +35103,7 @@ "console.table": "^0.10.0", "debug": "^4.3.4", "fast-shuffle": "^6.1.0", - "find-cypress-specs": "1.45.2", + "find-cypress-specs": "1.46.2", "globby": "^11.1.0", "humanize-duration": "^3.28.0" } @@ -37343,9 +37343,9 @@ } }, "find-cypress-specs": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.45.2.tgz", - "integrity": "sha512-D289NM0Dpqoz4+yl8oEtbioqm7zPKQo0hLcvwlg5Z9iBm7EioMIFiOYgluthDNPxUES/aJF+1xHRHAJpC3ejcA==", + "version": "1.46.2", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.46.2.tgz", + "integrity": "sha512-eXvGQMftYDTbQflVX6TzJj7hA0ypO5+FfUrnMdRf1+yCu5xVY5wPv721AWp/xPBOpQXwx5jdoZRH9m95U/1c7A==", "dev": true, "requires": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 5ff3b5d7f75..b224761d07e 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.11.1", "cypress": "^13.6.4", - "cypress-split": "^1.24.5", + "cypress-split": "^1.24.7", "cypress-visual-regression": "^5.2.2", "cypress-vite": "^1.5.0", "eslint-plugin-cypress": "^3.6.0",