diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-23 02:22:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 02:22:57 +0000 |
commit | b87852d1e177fda10fbe7249d7d71bbf3e6f8643 (patch) | |
tree | f1d02ca24fd49bf0de50b11f30205051fcd85525 /package.json | |
parent | 49cd6670026dea4880d016b3515342c2aa274600 (diff) | |
download | nextcloud-server-b87852d1e177fda10fbe7249d7d71bbf3e6f8643.tar.gz nextcloud-server-b87852d1e177fda10fbe7249d7d71bbf3e6f8643.zip |
build(deps-dev): bump cypress-split from 1.20.1 to 1.21.0
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.20.1...v1.21.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 1c1993bc8a9..a0426bf816e 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "cypress": "^13.7.0", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", - "cypress-split": "^1.15.3", + "cypress-split": "^1.21.0", "cypress-wait-until": "^3.0.1", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.15.1", |