diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-07 01:21:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 01:21:45 +0000 |
commit | 9b8a2771cb2da4400cce4b9ac5d1021f83b75fa5 (patch) | |
tree | 97a2b5b6a8f7332e1e6c6498bb9dba7311b0d081 | |
parent | 211b0160dc2b06ef62c19cafa1505b977d7d6762 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable30/cypress-if-1.12.6.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable30/cypress-if-1.12.6.zip |
chore(deps-dev): bump cypress-if from 1.12.5 to 1.12.6dependabot/npm_and_yarn/stable30/cypress-if-1.12.6
Bumps [cypress-if](https://github.com/bahmutov/cypress-if) from 1.12.5 to 1.12.6.
- [Release notes](https://github.com/bahmutov/cypress-if/releases)
- [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.5...v1.12.6)
---
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 | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 93f01fcab98..e5015634da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,7 @@ "cypress": "^13.13.1", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", - "cypress-if": "^1.12.5", + "cypress-if": "^1.12.6", "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", @@ -10937,11 +10937,10 @@ "license": "MIT" }, "node_modules/cypress-if": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/cypress-if/-/cypress-if-1.12.5.tgz", - "integrity": "sha512-Prv7Q8gbxJcpf5PmqaQ8Cazo8s0Hn35hiq6F8rn3+KhM0aPwXydaA4eofm1ACOIwH3LoBoka5iLbihVxaAmIwA==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/cypress-if/-/cypress-if-1.12.6.tgz", + "integrity": "sha512-km5W5n8WISRjVS/GZtt1r7O6M03b/E1/1HOSFEh7xc29ANI6Wyg8P6p5ZUb94n7aWhngyEMeBMOoXtEkj5fS3A==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.3.4" } diff --git a/package.json b/package.json index 5c6eccf3388..3f86d6fa171 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "cypress": "^13.13.1", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", - "cypress-if": "^1.12.5", + "cypress-if": "^1.12.6", "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", |