build(deps-dev): bump cypress-split from 1.21.0 to 1.23.0

Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.21.0...v1.23.0)

---
updated-dependencies:
- dependency-name: cypress-split
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/44762/head
dependabot[bot] 1 month ago committed by GitHub
parent 640d2bcfec
commit a8f7993501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

44
package-lock.json generated

@ -120,7 +120,7 @@
"cypress": "^13.7.2",
"cypress-axe": "^1.5.0",
"cypress-if": "^1.10.5",
"cypress-split": "^1.21.0",
"cypress-split": "^1.23.0",
"cypress-wait-until": "^3.0.1",
"dockerode": "^4.0.2",
"eslint-plugin-cypress": "^2.15.1",
@ -9983,15 +9983,16 @@
}
},
"node_modules/cypress-split": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.21.0.tgz",
"integrity": "sha512-hqaPWk9/7x0yUzeb6asvTuRA4lja2Z2Kt5wZ66zwrKedyDFJlCPlr3SPR/5G+eSIt6Hqe5TbJu+8K21jIPuqQw==",
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.23.0.tgz",
"integrity": "sha512-tZazy4dZ4fIzsTYv1MNk6Lc0DaTAAsHUBIdfDbRGBl8QY2lvRcdYjlBs9gnOOwphjXgNTPXTT3KVbnStp0kZbQ==",
"dev": true,
"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.1",
"globby": "^11.1.0",
"humanize-duration": "^3.28.0"
@ -13102,6 +13103,15 @@
"dev": true,
"peer": true
},
"node_modules/fast-shuffle": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/fast-shuffle/-/fast-shuffle-6.1.0.tgz",
"integrity": "sha512-3aj8oO6bvZFKYDGvXNmmEuxyOjre8trCpIbtFSM/DSKd+o3iSbQQPb5BZQeJ7SPYVivn9EeW3gKh0QdnD027MQ==",
"dev": true,
"dependencies": {
"pcg": "1.0.0"
}
},
"node_modules/fast-xml-parser": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz",
@ -18979,6 +18989,12 @@
"integrity": "sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==",
"dev": true
},
"node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
"dev": true
},
"node_modules/longest-streak": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
@ -21498,6 +21514,16 @@
"node": ">=0.12"
}
},
"node_modules/pcg": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/pcg/-/pcg-1.0.0.tgz",
"integrity": "sha512-6wjoSJZ4TEJhI0rLDOKd5mOu6TwS4svn9oBaRsD1PCrhlDNLWAaTimWJgBABmIGJxzkI+RbaHJYRLGVf9QFE5Q==",
"dev": true,
"dependencies": {
"long": "5.2.3",
"ramda": "0.29.0"
}
},
"node_modules/peek-readable": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz",
@ -22463,6 +22489,16 @@
"integrity": "sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==",
"dev": true
},
"node_modules/ramda": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz",
"integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==",
"dev": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/ramda"
}
},
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",

@ -147,7 +147,7 @@
"cypress": "^13.7.2",
"cypress-axe": "^1.5.0",
"cypress-if": "^1.10.5",
"cypress-split": "^1.21.0",
"cypress-split": "^1.23.0",
"cypress-wait-until": "^3.0.1",
"dockerode": "^4.0.2",
"eslint-plugin-cypress": "^2.15.1",

Loading…
Cancel
Save