diff --git a/package-lock.json b/package-lock.json index ad52484d3e..14cb509970 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.8.1", - "cypress-split": "^1.23.1", + "cypress-split": "^1.23.2", "cypress-visual-regression": "^5.0.0", "eslint-plugin-cypress": "^2.15.2", "identity-obj-proxy": "^3.0.0", @@ -9095,9 +9095,9 @@ } }, "node_modules/cypress-split": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.1.tgz", - "integrity": "sha512-MWMLCdzVkr8hTG2670Ip7bWjWFncZnnNSN4Q2+stzuhyqQmg0/pWNdEEVIfRlhwnbN05kRvgZD32mimPy5WP4w==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.2.tgz", + "integrity": "sha512-kJeTgrxfH59nE4XD4ZbS8ZQds7J+ShBjyjaPcKfp3akdxcqT41rK/Io/3f4bsV1xMi7QfywgVAc1FoV2WiCLuw==", "dev": true, "dependencies": { "@actions/core": "^1.10.0", @@ -37664,9 +37664,9 @@ } }, "cypress-split": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.1.tgz", - "integrity": "sha512-MWMLCdzVkr8hTG2670Ip7bWjWFncZnnNSN4Q2+stzuhyqQmg0/pWNdEEVIfRlhwnbN05kRvgZD32mimPy5WP4w==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.2.tgz", + "integrity": "sha512-kJeTgrxfH59nE4XD4ZbS8ZQds7J+ShBjyjaPcKfp3akdxcqT41rK/Io/3f4bsV1xMi7QfywgVAc1FoV2WiCLuw==", "dev": true, "requires": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index e924e5c617..9f80cc135c 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.9.0", "cypress": "^13.8.1", - "cypress-split": "^1.23.1", + "cypress-split": "^1.23.2", "cypress-visual-regression": "^5.0.0", "eslint-plugin-cypress": "^2.15.2", "identity-obj-proxy": "^3.0.0",