diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-02 10:28:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 10:28:45 +0000 |
commit | 9d3ec7ba5f1abf02206fc78068794b54d35af071 (patch) | |
tree | 09da6deb33760063567c09176c26087d7f7c8315 /package-lock.json | |
parent | b94bcef5c885417802aa8c81c7b3fadbf624a58e (diff) | |
download | nextcloud-server-9d3ec7ba5f1abf02206fc78068794b54d35af071.tar.gz nextcloud-server-9d3ec7ba5f1abf02206fc78068794b54d35af071.zip |
build(deps-dev): Bump cypress-split from 1.21.0 to 1.21.2
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.21.0 to 1.21.2.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.21.0...v1.21.2)
---
updated-dependencies:
- dependency-name: cypress-split
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e6ea9f3bd40..94fec0f1ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,7 +119,7 @@ "cypress": "^13.7.1", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", - "cypress-split": "^1.21.0", + "cypress-split": "^1.21.2", "cypress-wait-until": "^3.0.1", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.15.1", @@ -9940,9 +9940,9 @@ } }, "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.21.2", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.21.2.tgz", + "integrity": "sha512-T77bGygwYT4KlJ7PfqDWhu1fdRCXa/Rf463l+pTJhJ0vqHljHo6bj7sE2JPkkkgZZKEAvxAiuEs6AxXuqO+z1w==", "dev": true, "dependencies": { "@actions/core": "^1.10.0", |