summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-12 01:05:51 +0000
committerGitHub <noreply@github.com>2023-08-12 01:05:51 +0000
commit54588d3174ee45d504b0010959e642f10e64984a (patch)
treeac7fc426909a047eb13eeee8bb21dde94c7ca823
parent7c376842b1713c12d41a337475e6faa2d2fd9977 (diff)
Chore(deps-dev): Bump cypress-wait-until from 1.7.2 to 2.0.1dependabot/npm_and_yarn/cypress-wait-until-2.0.1
Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 1.7.2 to 2.0.1. - [Release notes](https://github.com/NoriSte/cypress-wait-until/releases) - [Changelog](https://github.com/NoriSte/cypress-wait-until/blob/master/release.config.js) - [Commits](https://github.com/NoriSte/cypress-wait-until/commits/v2.0.1) --- updated-dependencies: - dependency-name: cypress-wait-until dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 58a1eb66..8cadfc06 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,7 +51,7 @@
"@nextcloud/webpack-vue-config": "^5.5.1",
"copy-webpack-plugin": "^11.0.0",
"cypress-visual-regression": "^2.1.1",
- "cypress-wait-until": "^1.7.2",
+ "cypress-wait-until": "^2.0.1",
"dockerode": "^3.3.5",
"jest": "^29.5.0",
"jest-serializer-vue": "^3.1.0",
@@ -7393,9 +7393,9 @@
}
},
"node_modules/cypress-wait-until": {
- "version": "1.7.2",
- "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz",
- "integrity": "sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-2.0.1.tgz",
+ "integrity": "sha512-+IyVnYNiaX1+C+V/LazrJWAi/CqiwfNoRSrFviECQEyolW1gDRy765PZosL2alSSGK8V10Y7BGfOQyZUDgmnjQ==",
"dev": true
},
"node_modules/cypress/node_modules/ansi-styles": {
@@ -25746,9 +25746,9 @@
}
},
"cypress-wait-until": {
- "version": "1.7.2",
- "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz",
- "integrity": "sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-2.0.1.tgz",
+ "integrity": "sha512-+IyVnYNiaX1+C+V/LazrJWAi/CqiwfNoRSrFviECQEyolW1gDRy765PZosL2alSSGK8V10Y7BGfOQyZUDgmnjQ==",
"dev": true
},
"dash-ast": {
diff --git a/package.json b/package.json
index 70d51bde..96fcf599 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"copy-webpack-plugin": "^11.0.0",
"@nextcloud/cypress": "^1.0.0-beta.2",
"cypress-visual-regression": "^2.1.1",
- "cypress-wait-until": "^1.7.2",
+ "cypress-wait-until": "^2.0.1",
"dockerode": "^3.3.5",
"jest": "^29.5.0",
"jest-serializer-vue": "^3.1.0",