diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-08 14:01:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 14:01:29 +0000 |
commit | c4370bfd479505cdf84e6b67c66057b91a9551fe (patch) | |
tree | 0d74c638da94f998469c70edf7bb4a3329f912d0 /package.json | |
parent | 7004c3cb46e58d0545adafcfe7386ac7f79ec16b (diff) | |
download | nextcloud-server-c4370bfd479505cdf84e6b67c66057b91a9551fe.tar.gz nextcloud-server-c4370bfd479505cdf84e6b67c66057b91a9551fe.zip |
chore(deps-dev): Bump cypress-split from 1.23.4 to 1.24.0
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.23.4 to 1.24.0.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.23.4...v1.24.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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e29e5ff730b..3a7bbb6d898 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "cypress": "^13.7.2", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", - "cypress-split": "^1.23.4", + "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.1", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.15.2", |