diff --git a/package-lock.json b/package-lock.json index e2016f3d4e1..9422aa98a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,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", "eslint-plugin-cypress": "^2.15.2", "identity-obj-proxy": "^3.0.0", @@ -9519,9 +9519,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": { @@ -9530,7 +9530,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" }, @@ -13145,9 +13145,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": { @@ -38078,9 +38078,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", @@ -38088,7 +38088,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" } @@ -40670,9 +40670,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 9e9e434f8cd..59359e6ec9d 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,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", "eslint-plugin-cypress": "^2.15.2", "identity-obj-proxy": "^3.0.0",