diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-27 02:04:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 02:04:22 +0000 |
commit | dee3dfe5e47c5de29f8008e89fa7fafcf62adf41 (patch) | |
tree | 90371722f0df0fa8afdcbfbcd62a09cdbf617702 | |
parent | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (diff) | |
download | nextcloud-server-dee3dfe5e47c5de29f8008e89fa7fafcf62adf41.tar.gz nextcloud-server-dee3dfe5e47c5de29f8008e89fa7fafcf62adf41.zip |
build(deps-dev): bump cypress-if from 1.12.0 to 1.12.4
Bumps [cypress-if](https://github.com/bahmutov/cypress-if) from 1.12.0 to 1.12.4.
- [Release notes](https://github.com/bahmutov/cypress-if/releases)
- [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.0...v1.12.4)
---
updated-dependencies:
- dependency-name: cypress-if
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index f4e8a394f4f..114eb5e2a21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,7 +119,7 @@ "css-loader": "^6.8.1", "cypress": "^13.13.1", "cypress-axe": "^1.5.0", - "cypress-if": "^1.10.5", + "cypress-if": "^1.12.4", "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", @@ -10059,9 +10059,9 @@ } }, "node_modules/cypress-if": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/cypress-if/-/cypress-if-1.12.0.tgz", - "integrity": "sha512-mdMXyMspCB3QWzEt4fgwEv2Nfcvyz8tUvMRgcDsh/bsqdNm8ZlCkpLkl3cFm0YVhBJLq5+H9S59dhvEN0Fs2hg==", + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/cypress-if/-/cypress-if-1.12.4.tgz", + "integrity": "sha512-ylnhMgKcRxs5fXk1cKq3j+tpXdAY8NBucobO+onHM8PQcytcQOpFjd816KtQAbhkVf2APFGxIAZbDq3UFuq2Xw==", "dev": true, "dependencies": { "debug": "^4.3.4" diff --git a/package.json b/package.json index 7c9888ae492..01f9a1db098 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "css-loader": "^6.8.1", "cypress": "^13.13.1", "cypress-axe": "^1.5.0", - "cypress-if": "^1.10.5", + "cypress-if": "^1.12.4", "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", |