From b067e51c964b5aae43e7378de1536204a2b09e18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:43:28 +0000 Subject: [PATCH] chore(deps): update dependency cypress-split to ^1.24.6 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8254ab607b4..32b6618a0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "@vue/tsconfig": "^0.5.1", "@vueuse/core": "^11.2.0", "cypress": "^13.6.4", - "cypress-split": "^1.24.5", + "cypress-split": "^1.24.6", "cypress-visual-regression": "^5.2.2", "cypress-vite": "^1.5.0", "eslint-plugin-cypress": "^3.6.0", @@ -8304,9 +8304,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.6", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.6.tgz", + "integrity": "sha512-1/qyie/fh632msYuIw2IqKuhst0dPptV16iFNnmri/OeRzpAuFhYg2Qc/Jacj907b2a4+FGfh8UF9PgwAnptkw==", "dev": true, "license": "MIT", "dependencies": { @@ -8315,7 +8315,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" }, @@ -11399,9 +11399,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": { @@ -31838,9 +31838,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.6", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.24.6.tgz", + "integrity": "sha512-1/qyie/fh632msYuIw2IqKuhst0dPptV16iFNnmri/OeRzpAuFhYg2Qc/Jacj907b2a4+FGfh8UF9PgwAnptkw==", "dev": true, "requires": { "@actions/core": "^1.10.0", @@ -31848,7 +31848,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" } @@ -34056,9 +34056,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 a973db85256..7acdcb726a7 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "@vue/tsconfig": "^0.5.1", "@vueuse/core": "^11.2.0", "cypress": "^13.6.4", - "cypress-split": "^1.24.5", + "cypress-split": "^1.24.6", "cypress-visual-regression": "^5.2.2", "cypress-vite": "^1.5.0", "eslint-plugin-cypress": "^3.6.0",